#365962

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

Shades of Casal #365962

Tints of Casal #365962

Color information

#365962 (or 0x365962) is unknown color: approx Casal. HEX triplet: 36, 59 and 62. RGB value is (54,89,98). Sum of RGB (Red+Green+Blue) = 54+89+98=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #365962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365962 is #C9A69D. Grayscale: #4F4F4F. Windows color (decimal): -13215390 or 6445366. OLE color: 6445366.

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

Color convert

RGB548998-
CMYK0.450.0900.62
HSL192.27º28.95%29.8%-
HSV(B)192.27º44.9%38.43%-
XYZ7.38.8112.87-
YUV79.56138.4109.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=22.41%
G=36.93%
B=40.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5489980.450.0900.62192.2728.9529.8
Hex3659622D903Ec01d1e
Octal6613114255110763003536
Binary1101101011001110001010110110010111110110000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365962; }

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

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

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

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

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

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

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

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