#365562

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

Shades of Casal #365562

Tints of Casal #365562

Color information

#365562 (or 0x365562) is unknown color: approx Casal. HEX triplet: 36, 55 and 62. RGB value is (54,85,98). Sum of RGB (Red+Green+Blue) = 54+85+98=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #365562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365562 is #C9AA9D. Grayscale: #4D4D4D. Windows color (decimal): -13216414 or 6444342. OLE color: 6444342.

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

Color convert

RGB548598-
CMYK0.450.1300.62
HSL197.73º28.95%29.8%-
HSV(B)197.73º44.9%38.43%-
XYZ6.978.1612.76-
YUV77.21139.73111.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=22.78%
G=35.86%
B=41.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5485980.450.1300.62197.7328.9529.8
Hex3655622DD03Ec61d1e
Octal6612514255150763063536
Binary1101101010101110001010110111010111110110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365562; }

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

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

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

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

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

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

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

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