Html Css Color HEX #374F76 Fun Blue

📋 copy color: '#374F76'

red 55 ◦ green 79 ◦ blue 118

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

Shades of Fun Blue #374F76

Tints of Fun Blue #374F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.35%

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 21.83%
G = 31.35%
B = 46.83%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#374F76 (or 0x374F76) is known color: Fun Blue. HEX triplet: 37, 4F and 76. RGB value is (55,79,118). Sum of RGB (Red+Green+Blue) = 55+79+118=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #374F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F76 is #C8B089. Grayscale: #4C4C4C. Windows color (decimal): -13152394 or 7753527. OLE color: 7753527.

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

Color convert

RGB 55 79 118 -
CMYK 0.53 0.33 0 0.54
HSL 217.14º 0.36% 0.34% -
HSV(B) 217.14º 0.53% 0.46% -
XYZ 7.64 7.71 18.23 -
YUV 76.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 55 79 118 0.53 0.33 0 0.54 217.14 0.36 0.34
Hex 37 4F 76 35 21 0 36 D9 24 22
Octal 67 117 166 65 41 0 66 331 44 42
Binary 110111 1001111 1110110 110101 100001 0 110110 11011001 100100 100010

Color Harmonies of #374F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F76

Black with #374F76

Text Example


Text Example

White with #374F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374F76; }

 p { color: rgb(55,79,118); }

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

background-color css

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

 a { background-color: rgb(55,79,118); }

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

border-color css

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

 span { border-color: rgb(55,79,118); }

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