#365C62

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

Shades of Casal #365C62

Tints of Casal #365C62

Color information

#365C62 (or 0x365C62) is unknown color: approx Casal. HEX triplet: 36, 5C and 62. RGB value is (54,92,98). Sum of RGB (Red+Green+Blue) = 54+92+98=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #365C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C62 is #C9A39D. Grayscale: #515151. Windows color (decimal): -13214622 or 6446134. OLE color: 6446134.

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

Color convert

RGB549298-
CMYK0.450.0600.62
HSL188.18º28.95%29.8%-
HSV(B)188.18º44.9%38.43%-
XYZ7.559.3212.96-
YUV81.32137.41108.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=22.13%
G=37.70%
B=40.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5492980.450.0600.62188.1828.9529.8
Hex365C622D603Ebc1d1e
Octal661341425560762743536
Binary110110101110011000101011011100111110101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,98); }

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

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

 a { background-color: rgb(54,92,98); }

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

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

 span { border-color: rgb(54,92,98); }

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