Html Css Color HEX #365960 Casal

📋 copy color: '#365960'

red 54 ◦ green 89 ◦ blue 96

#365960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #365960

Tints of Casal #365960

RGB

 RED value IS 54 (21.48% from 255) = 22.59%

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 22.59%
G = 37.24%
B = 40.17%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365960 (or 0x365960) is known color: Casal. HEX triplet: 36, 59 and 60. RGB value is (54,89,96). Sum of RGB (Red+Green+Blue) = 54+89+96=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #365960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365960 is #C9A69F. Grayscale: #4F4F4F. Windows color (decimal): -13215392 or 6314294. OLE color: 6314294.

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

Color convert

RGB 54 89 96 -
CMYK 0.44 0.07 0 0.62
HSL 190º 0.28% 0.29% -
HSV(B) 190º 0.44% 0.38% -
XYZ 7.21 8.77 12.38 -
YUV 79.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 54 89 96 0.44 0.07 0 0.62 190 0.28 0.29
Hex 36 59 60 2C 7 0 3E BE 1C 1D
Octal 66 131 140 54 7 0 76 276 34 35
Binary 110110 1011001 1100000 101100 111 0 111110 10111110 11100 11101

Color Harmonies of #365960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365960

Black with #365960

Text Example


Text Example

White with #365960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365960; }

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

 H1.HeaderClassName
 {
   color: #365960;
 }
 .AnyTagClassName
 {
   color: #365960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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