#365762

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

Shades of Casal #365762

Tints of Casal #365762

Color information

#365762 (or 0x365762) is unknown color: approx Casal. HEX triplet: 36, 57 and 62. RGB value is (54,87,98). Sum of RGB (Red+Green+Blue) = 54+87+98=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #365762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365762 is #C9A89D. Grayscale: #4E4E4E. Windows color (decimal): -13215902 or 6444854. OLE color: 6444854.

HSL color Cylindrical-coordinate representation of color #365762: hue angle of 195º 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 #365762 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB548798-
CMYK0.450.1100.62
HSL195º28.95%29.8%-
HSV(B)195º44.9%38.43%-
XYZ7.138.4812.82-
YUV78.39139.07110.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=22.59%
G=36.40%
B=41.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5487980.450.1100.6219528.9529.8
Hex3657622DB03Ec31d1e
Octal6612714255130763033536
Binary1101101010111110001010110110110111110110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365762; }

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

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

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

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

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

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

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

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