#365961

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

Shades of Casal #365961

Tints of Casal #365961

Color information

#365961 (or 0x365961) is unknown color: approx Casal. HEX triplet: 36, 59 and 61. RGB value is (54,89,97). Sum of RGB (Red+Green+Blue) = 54+89+97=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #365961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365961 is #C9A69E. Grayscale: #4F4F4F. Windows color (decimal): -13215391 or 6379830. OLE color: 6379830.

HSL color Cylindrical-coordinate representation of color #365961: hue angle of 191.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365961 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB548997-
CMYK0.440.0800.62
HSL191.16º28.48%29.61%-
HSV(B)191.16º44.33%38.04%-
XYZ7.258.7912.62-
YUV79.45137.9109.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=22.5%
G=37.08%
B=40.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5489970.440.0800.62191.1628.4829.61
Hex3659612C803Ebf1c1e
Octal6613114154100762773436
Binary1101101011001110000110110010000111110101111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365961; }

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

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

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

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

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

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

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

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