Html Css Color HEX #37545D Casal

📋 copy color: '#37545D'

red 55 ◦ green 84 ◦ blue 93

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

Shades of Casal #37545D

Tints of Casal #37545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 23.71%
G = 36.21%
B = 40.09%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37545D (or 0x37545D) is known color: Casal. HEX triplet: 37, 54 and 5D. RGB value is (55,84,93). Sum of RGB (Red+Green+Blue) = 55+84+93=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #37545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37545D is #C8ABA2. Grayscale: #4C4C4C. Windows color (decimal): -13151139 or 6116407. OLE color: 6116407.

HSL color Cylindrical-coordinate representation of color #37545D: hue angle of 194.21º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37545D is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 84 93 -
CMYK 0.41 0.10 0 0.64
HSL 194.21º 0.26% 0.29% -
HSV(B) 194.21º 0.41% 0.36% -
XYZ 6.72 7.94 11.53 -
YUV 76.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 55 84 93 0.41 0.10 0 0.64 194.21 0.26 0.29
Hex 37 54 5D 29 A 0 40 C2 1A 1D
Octal 67 124 135 51 12 0 100 302 32 35
Binary 110111 1010100 1011101 101001 1010 0 1000000 11000010 11010 11101

Color Harmonies of #37545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37545D

Black with #37545D

Text Example


Text Example

White with #37545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37545D; }

 p { color: rgb(55,84,93); }

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

background-color css

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

 a { background-color: rgb(55,84,93); }

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

border-color css

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

 span { border-color: rgb(55,84,93); }

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