#365964

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

Shades of Casal #365964

Tints of Casal #365964

Color information

#365964 (or 0x365964) is unknown color: approx Casal. HEX triplet: 36, 59 and 64. RGB value is (54,89,100). Sum of RGB (Red+Green+Blue) = 54+89+100=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 100 - color contains mainly: blue. Hex color #365964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365964 is #C9A69B. Grayscale: #4F4F4F. Windows color (decimal): -13215388 or 6576438. OLE color: 6576438.

HSL color Cylindrical-coordinate representation of color #365964: hue angle of 194.35º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #365964 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5489100-
CMYK0.460.1100.61
HSL194.35º29.87%30.2%-
HSV(B)194.35º46%39.22%-
XYZ7.398.8513.37-
YUV79.79139.4109.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 100 (39.45% from 255) = 41.15%
R=22.22%
G=36.63%
B=41.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54891000.460.1100.61194.3529.8730.2
Hex3659642EB03Dc21e1e
Octal6613114456130753023636
Binary1101101011001110010010111010110111101110000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365964; }

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

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

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

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

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

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

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

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