Html Css Color HEX #365961 Casal

📋 copy color: '#365961'

red 54 ◦ green 89 ◦ blue 97

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

Shades of Casal #365961

Tints of Casal #365961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 22.5%
G = 37.08%
B = 40.42%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365961 (or 0x365961) is known color: Casal. HEX triplet: 36, 59 and 61. RGB value is (54,89,97). Sum of RGB (Red+Green+Blue) = 54+89+97=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #365961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365961 is #C9A69E. Grayscale: #4F4F4F. Windows color (decimal): -13215391 or 6379830. OLE color: 6379830.

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

Color convert

RGB 54 89 97 -
CMYK 0.44 0.08 0 0.62
HSL 191.16º 0.28% 0.3% -
HSV(B) 191.16º 0.44% 0.38% -
XYZ 7.25 8.79 12.62 -
YUV 79.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 54 89 97 0.44 0.08 0 0.62 191.16 0.28 0.3
Hex 36 59 61 2C 8 0 3E BF 1C 1E
Octal 66 131 141 54 10 0 76 277 34 36
Binary 110110 1011001 1100001 101100 1000 0 111110 10111111 11100 11110

Color Harmonies of #365961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365961

Black with #365961

Text Example


Text Example

White with #365961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365961; }

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

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

background-color css

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

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

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

border-color css

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

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

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