Html Css Color HEX #375077 Fun Blue

📋 copy color: '#375077'

red 55 ◦ green 80 ◦ blue 119

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

Shades of Fun Blue #375077

Tints of Fun Blue #375077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 21.65%
G = 31.5%
B = 46.85%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375077 (or 0x375077) is known color: Fun Blue. HEX triplet: 37, 50 and 77. RGB value is (55,80,119). Sum of RGB (Red+Green+Blue) = 55+80+119=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #375077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375077 is #C8AF88. Grayscale: #4C4C4C. Windows color (decimal): -13152137 or 7819319. OLE color: 7819319.

HSL color Cylindrical-coordinate representation of color #375077: hue angle of 216.56º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375077 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 80 119 -
CMYK 0.54 0.33 0 0.53
HSL 216.56º 0.37% 0.34% -
HSV(B) 216.56º 0.54% 0.47% -
XYZ 7.77 7.88 18.56 -
YUV 76.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 55 80 119 0.54 0.33 0 0.53 216.56 0.37 0.34
Hex 37 50 77 36 21 0 35 D9 25 22
Octal 67 120 167 66 41 0 65 331 45 42
Binary 110111 1010000 1110111 110110 100001 0 110101 11011001 100101 100010

Color Harmonies of #375077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375077

Black with #375077

Text Example


Text Example

White with #375077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375077; }

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

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

background-color css

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

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

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

border-color css

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

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

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