#365D62

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

Shades of Casal #365D62

Tints of Casal #365D62

Color information

#365D62 (or 0x365D62) is unknown color: approx Casal. HEX triplet: 36, 5D and 62. RGB value is (54,93,98). Sum of RGB (Red+Green+Blue) = 54+93+98=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #365D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D62 is #C9A29D. Grayscale: #515151. Windows color (decimal): -13214366 or 6446390. OLE color: 6446390.

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

Color convert

RGB549398-
CMYK0.450.0500.62
HSL186.82º28.95%29.8%-
HSV(B)186.82º44.9%38.43%-
XYZ7.649.4912.99-
YUV81.91137.08108.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 98 (38.67% from 255) = 40%
R=22.04%
G=37.96%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5493980.450.0500.62186.8228.9529.8
Hex365D622D503Ebb1d1e
Octal661351425550762733536
Binary110110101110111000101011011010111110101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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