Html Css Color HEX #37545F Casal

📋 copy color: '#37545F'

red 55 ◦ green 84 ◦ blue 95

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

Shades of Casal #37545F

Tints of Casal #37545F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 23.5%
G = 35.9%
B = 40.6%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37545F (or 0x37545F) is known color: Casal. HEX triplet: 37, 54 and 5F. RGB value is (55,84,95). Sum of RGB (Red+Green+Blue) = 55+84+95=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #37545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37545F is #C8ABA0. Grayscale: #4C4C4C. Windows color (decimal): -13151137 or 6247479. OLE color: 6247479.

HSL color Cylindrical-coordinate representation of color #37545F: hue angle of 196.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37545F is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 84 95 -
CMYK 0.42 0.12 0 0.63
HSL 196.5º 0.27% 0.29% -
HSV(B) 196.5º 0.42% 0.37% -
XYZ 6.81 7.98 12.01 -
YUV 76.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 55 84 95 0.42 0.12 0 0.63 196.5 0.27 0.29
Hex 37 54 5F 2A C 0 3F C4 1B 1D
Octal 67 124 137 52 14 0 77 304 33 35
Binary 110111 1010100 1011111 101010 1100 0 111111 11000100 11011 11101

Color Harmonies of #37545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37545F

Black with #37545F

Text Example


Text Example

White with #37545F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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