Html Css Color HEX #375561 Casal

📋 copy color: '#375561'

red 55 ◦ green 85 ◦ blue 97

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

Shades of Casal #375561

Tints of Casal #375561

RGB

 RED value IS 55 (21.88% from 255) = 23.21%

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

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

R = 23.21%
G = 35.86%
B = 40.93%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375561 (or 0x375561) is known color: Casal. HEX triplet: 37, 55 and 61. RGB value is (55,85,97). Sum of RGB (Red+Green+Blue) = 55+85+97=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #375561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375561 is #C8AA9E. Grayscale: #4D4D4D. Windows color (decimal): -13150879 or 6378807. OLE color: 6378807.

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

Color convert

RGB 55 85 97 -
CMYK 0.43 0.12 0 0.62
HSL 197.14º 0.28% 0.3% -
HSV(B) 197.14º 0.43% 0.38% -
XYZ 6.98 8.17 12.52 -
YUV 77.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 55 85 97 0.43 0.12 0 0.62 197.14 0.28 0.3
Hex 37 55 61 2B C 0 3E C5 1C 1E
Octal 67 125 141 53 14 0 76 305 34 36
Binary 110111 1010101 1100001 101011 1100 0 111110 11000101 11100 11110

Color Harmonies of #375561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375561

Black with #375561

Text Example


Text Example

White with #375561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375561; }

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

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

background-color css

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

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

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

border-color css

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

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

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