Html Css Color HEX #37507D Fun Blue

📋 copy color: '#37507D'

red 55 ◦ green 80 ◦ blue 125

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

Shades of Fun Blue #37507D

Tints of Fun Blue #37507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 21.15%
G = 30.77%
B = 48.08%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37507D (or 0x37507D) is known color: Fun Blue. HEX triplet: 37, 50 and 7D. RGB value is (55,80,125). Sum of RGB (Red+Green+Blue) = 55+80+125=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #37507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37507D is #C8AF82. Grayscale: #4D4D4D. Windows color (decimal): -13152131 or 8212535. OLE color: 8212535.

HSL color Cylindrical-coordinate representation of color #37507D: hue angle of 218.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37507D is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 80 125 -
CMYK 0.56 0.36 0 0.51
HSL 218.57º 0.39% 0.35% -
HSV(B) 218.57º 0.56% 0.49% -
XYZ 8.15 8.03 20.52 -
YUV 77.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 55 80 125 0.56 0.36 0 0.51 218.57 0.39 0.35
Hex 37 50 7D 38 24 0 33 DB 27 23
Octal 67 120 175 70 44 0 63 333 47 43
Binary 110111 1010000 1111101 111000 100100 0 110011 11011011 100111 100011

Color Harmonies of #37507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37507D

Black with #37507D

Text Example


Text Example

White with #37507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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