#365A60

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

Shades of Casal #365A60

Tints of Casal #365A60

Color information

#365A60 (or 0x365A60) is unknown color: approx Casal. HEX triplet: 36, 5A and 60. RGB value is (54,90,96). Sum of RGB (Red+Green+Blue) = 54+90+96=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #365A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A60 is #C9A59F. Grayscale: #4F4F4F. Windows color (decimal): -13215136 or 6314550. OLE color: 6314550.

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

Color convert

RGB549096-
CMYK0.440.0600.62
HSL188.57º28%29.41%-
HSV(B)188.57º43.75%37.65%-
XYZ7.298.9412.41-
YUV79.92137.07109.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 96 (37.89% from 255) = 40%
R=22.5%
G=37.5%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5490960.440.0600.62188.572829.41
Hex365A602C603Ebd1c1d
Octal661321405460762753435
Binary110110101101011000001011001100111110101111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365A60; }

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

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

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

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

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

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

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

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