#365D63

Color #365D63 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #365D63

Tints of Casal #365D63

Color information

#365D63 (or 0x365D63) is unknown color: approx Casal. HEX triplet: 36, 5D and 63. RGB value is (54,93,99). Sum of RGB (Red+Green+Blue) = 54+93+99=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #365D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D63 is #C9A29C. Grayscale: #515151. Windows color (decimal): -13214365 or 6511926. OLE color: 6511926.

HSL color Cylindrical-coordinate representation of color #365D63: hue angle of 188º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365D63 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB549399-
CMYK0.450.0600.61
HSL188º29.41%30%-
HSV(B)188º45.45%38.82%-
XYZ7.699.5113.24-
YUV82.02137.58108.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=21.95%
G=37.80%
B=40.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5493990.450.0600.6118829.4130
Hex365D632D603Dbc1d1e
Octal661351435560752743536
Binary110110101110111000111011011100111101101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365D63; }

 p { color: rgb(54,93,99); }

 H1.HeaderClassName
 {
   color: #365D63;
 }
 .AnyTagClassName
 {
   color: #365D63;
 }
</style>
background-color css

<style>
 a { background-color: #365D63; }

 a { background-color: rgb(54,93,99); }

 div.DivClassName
 {
   background-color: #365D63;
 }
 .BgClassName
 {
   background-color: #365D63;
 }
</style>
border-color css

<style>
 span { border-color: #365D63; }

 span { border-color: rgb(54,93,99); }

 td.TdClassName
 {
   border-color: #365D63;
 }
 .TagClassName
 {
   border-color: #365D63;
 }
</style>