Html Css Color HEX #365561 Casal

📋 copy color: '#365561'

red 54 ◦ green 85 ◦ blue 97

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

Shades of Casal #365561

Tints of Casal #365561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 22.88%
G = 36.02%
B = 41.1%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365561 (or 0x365561) is known color: Casal. HEX triplet: 36, 55 and 61. RGB value is (54,85,97). Sum of RGB (Red+Green+Blue) = 54+85+97=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #365561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365561 is #C9AA9E. Grayscale: #4D4D4D. Windows color (decimal): -13216415 or 6378806. OLE color: 6378806.

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

Color convert

RGB 54 85 97 -
CMYK 0.44 0.12 0 0.62
HSL 196.74º 0.28% 0.3% -
HSV(B) 196.74º 0.44% 0.38% -
XYZ 6.93 8.14 12.52 -
YUV 77.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 54 85 97 0.44 0.12 0 0.62 196.74 0.28 0.3
Hex 36 55 61 2C C 0 3E C5 1C 1E
Octal 66 125 141 54 14 0 76 305 34 36
Binary 110110 1010101 1100001 101100 1100 0 111110 11000101 11100 11110

Color Harmonies of #365561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365561

Black with #365561

Text Example


Text Example

White with #365561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365561; }

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

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

background-color css

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

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

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

border-color css

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

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

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