#374A7B

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

Shades of Fun Blue #374A7B

Tints of Fun Blue #374A7B

Color information

#374A7B (or 0x374A7B) is unknown color: approx Fun Blue. HEX triplet: 37, 4A and 7B. RGB value is (55,74,123). Sum of RGB (Red+Green+Blue) = 55+74+123=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #374A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A7B is #C8B584. Grayscale: #494949. Windows color (decimal): -13153669 or 8079927. OLE color: 8079927.

HSL color Cylindrical-coordinate representation of color #374A7B: hue angle of 223.24º 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 #374A7B is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5574123-
CMYK0.550.4000.52
HSL223.24º38.2%34.9%-
HSV(B)223.24º55.28%48.24%-
XYZ7.67.1419.72-
YUV73.9155.71114.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=21.83%
G=29.37%
B=48.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55741230.550.4000.52223.2438.234.9
Hex374A7B3728034df2623
Octal6711217367500643374643
Binary11011110010101111011110111101000011010011011111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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