#374F7B

Color #374F7B Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #374F7B

Tints of Fun Blue #374F7B

Color information

#374F7B (or 0x374F7B) is unknown color: approx Fun Blue. HEX triplet: 37, 4F and 7B. RGB value is (55,79,123). Sum of RGB (Red+Green+Blue) = 55+79+123=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #374F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F7B is #C8B084. Grayscale: #4C4C4C. Windows color (decimal): -13152389 or 8081207. OLE color: 8081207.

HSL color Cylindrical-coordinate representation of color #374F7B: hue angle of 218.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #374F7B is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5579123-
CMYK0.550.3600.52
HSL218.82º38.2%34.9%-
HSV(B)218.82º55.28%48.24%-
XYZ7.957.8319.83-
YUV76.84154.05112.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=21.40%
G=30.74%
B=47.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55791230.550.3600.52218.8238.234.9
Hex374F7B3724034db2623
Octal6711717367440643334643
Binary11011110011111111011110111100100011010011011011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #374F7B;
 }
 .AnyTagClassName
 {
   color: #374F7B;
 }
</style>
background-color css

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

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

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

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

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

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