Html Css Color HEX #374F74 Fun Blue

📋 copy color: '#374F74'

red 55 ◦ green 79 ◦ blue 116

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

Shades of Fun Blue #374F74

Tints of Fun Blue #374F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 22%
G = 31.6%
B = 46.4%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374F74 (or 0x374F74) is known color: Fun Blue. HEX triplet: 37, 4F and 74. RGB value is (55,79,116). Sum of RGB (Red+Green+Blue) = 55+79+116=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #374F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F74 is #C8B08B. Grayscale: #4B4B4B. Windows color (decimal): -13152396 or 7622455. OLE color: 7622455.

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

Color convert

RGB 55 79 116 -
CMYK 0.53 0.32 0 0.55
HSL 216.39º 0.36% 0.34% -
HSV(B) 216.39º 0.53% 0.45% -
XYZ 7.52 7.67 17.61 -
YUV 76.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 55 79 116 0.53 0.32 0 0.55 216.39 0.36 0.34
Hex 37 4F 74 35 20 0 37 D8 24 22
Octal 67 117 164 65 40 0 67 330 44 42
Binary 110111 1001111 1110100 110101 100000 0 110111 11011000 100100 100010

Color Harmonies of #374F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F74

Black with #374F74

Text Example


Text Example

White with #374F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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