#365760

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

Shades of Casal #365760

Tints of Casal #365760

Color information

#365760 (or 0x365760) is unknown color: approx Casal. HEX triplet: 36, 57 and 60. RGB value is (54,87,96). Sum of RGB (Red+Green+Blue) = 54+87+96=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #365760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365760 is #C9A89F. Grayscale: #4E4E4E. Windows color (decimal): -13215904 or 6313782. OLE color: 6313782.

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

Color convert

RGB548796-
CMYK0.440.0900.62
HSL192.86º28%29.41%-
HSV(B)192.86º43.75%37.65%-
XYZ7.048.4512.33-
YUV78.16138.07110.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=22.78%
G=36.71%
B=40.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5487960.440.0900.62192.862829.41
Hex3657602C903Ec11c1d
Octal6612714054110763013435
Binary1101101010111110000010110010010111110110000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365760; }

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

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

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

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

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

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

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

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