Html Css Color HEX #37504B Blue Dianne

📋 copy color: '#37504B'

red 55 ◦ green 80 ◦ blue 75

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

Shades of Blue Dianne #37504B

Tints of Blue Dianne #37504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 26.19%
G = 38.1%
B = 35.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#37504B (or 0x37504B) is known color: Blue Dianne. HEX triplet: 37, 50 and 4B. RGB value is (55,80,75). Sum of RGB (Red+Green+Blue) = 55+80+75=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #37504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37504B is #C8AFB4. Grayscale: #474747. Windows color (decimal): -13152181 or 4935735. OLE color: 4935735.

HSL color Cylindrical-coordinate representation of color #37504B: hue angle of 168º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37504B is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 75 -
CMYK 0.31 0 0.06 0.69
HSL 168º 0.19% 0.26% -
HSV(B) 168º 0.31% 0.31% -
XYZ 5.71 7.06 7.72 -
YUV 71.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 55 80 75 0.31 0 0.06 0.69 168 0.19 0.26
Hex 37 50 4B 1F 0 6 45 A8 13 1A
Octal 67 120 113 37 0 6 105 250 23 32
Binary 110111 1010000 1001011 11111 0 110 1000101 10101000 10011 11010

Color Harmonies of #37504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37504B

Black with #37504B

Text Example


Text Example

White with #37504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37504B; }

 p { color: rgb(55,80,75); }

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

background-color css

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

 a { background-color: rgb(55,80,75); }

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

border-color css

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

 span { border-color: rgb(55,80,75); }

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