Html Css Color HEX #374F81 Fun Blue

📋 copy color: '#374F81'

red 55 ◦ green 79 ◦ blue 129

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

Shades of Fun Blue #374F81

Tints of Fun Blue #374F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.05%

R = 20.91%
G = 30.04%
B = 49.05%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374F81 (or 0x374F81) is known color: Fun Blue. HEX triplet: 37, 4F and 81. RGB value is (55,79,129). Sum of RGB (Red+Green+Blue) = 55+79+129=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #374F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F81 is #C8B07E. Grayscale: #4D4D4D. Windows color (decimal): -13152383 or 8474423. OLE color: 8474423.

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

Color convert

RGB 55 79 129 -
CMYK 0.57 0.39 0 0.49
HSL 220.54º 0.4% 0.36% -
HSV(B) 220.54º 0.57% 0.51% -
XYZ 8.33 7.99 21.87 -
YUV 77.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 55 79 129 0.57 0.39 0 0.49 220.54 0.4 0.36
Hex 37 4F 81 39 27 0 31 DD 28 24
Octal 67 117 201 71 47 0 61 335 50 44
Binary 110111 1001111 10000001 111001 100111 0 110001 11011101 101000 100100

Color Harmonies of #374F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F81

Black with #374F81

Text Example


Text Example

White with #374F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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