#365860

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

Shades of Casal #365860

Tints of Casal #365860

Color information

#365860 (or 0x365860) is unknown color: approx Casal. HEX triplet: 36, 58 and 60. RGB value is (54,88,96). Sum of RGB (Red+Green+Blue) = 54+88+96=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #365860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365860 is #C9A79F. Grayscale: #4E4E4E. Windows color (decimal): -13215648 or 6314038. OLE color: 6314038.

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

Color convert

RGB548896-
CMYK0.440.0800.62
HSL191.43º28%29.41%-
HSV(B)191.43º43.75%37.65%-
XYZ7.128.6112.35-
YUV78.75137.74110.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=22.69%
G=36.97%
B=40.34%

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
Decimal5488960.440.0800.62191.432829.41
Hex3658602C803Ebf1c1d
Octal6613014054100762773435
Binary1101101011000110000010110010000111110101111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365860; }

 p { color: rgb(54,88,96); }

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

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

 a { background-color: rgb(54,88,96); }

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

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

 span { border-color: rgb(54,88,96); }

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