Html Css Color HEX #365962 Casal

📋 copy color: '#365962'

red 54 ◦ green 89 ◦ blue 98

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

Shades of Casal #365962

Tints of Casal #365962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 22.41%
G = 36.93%
B = 40.66%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365962 (or 0x365962) is known color: Casal. HEX triplet: 36, 59 and 62. RGB value is (54,89,98). Sum of RGB (Red+Green+Blue) = 54+89+98=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #365962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365962 is #C9A69D. Grayscale: #4F4F4F. Windows color (decimal): -13215390 or 6445366. OLE color: 6445366.

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

Color convert

RGB 54 89 98 -
CMYK 0.45 0.09 0 0.62
HSL 192.27º 0.29% 0.3% -
HSV(B) 192.27º 0.45% 0.38% -
XYZ 7.3 8.81 12.87 -
YUV 79.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 54 89 98 0.45 0.09 0 0.62 192.27 0.29 0.3
Hex 36 59 62 2D 9 0 3E C0 1D 1E
Octal 66 131 142 55 11 0 76 300 35 36
Binary 110110 1011001 1100010 101101 1001 0 111110 11000000 11101 11110

Color Harmonies of #365962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365962

Black with #365962

Text Example


Text Example

White with #365962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365962; }

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

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

background-color css

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

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

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

border-color css

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

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

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