#334A7C

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

Shades of Fun Blue #334A7C

Tints of Fun Blue #334A7C

Color information

#334A7C (or 0x334A7C) is unknown color: approx Fun Blue. HEX triplet: 33, 4A and 7C. RGB value is (51,74,124). Sum of RGB (Red+Green+Blue) = 51+74+124=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #334A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A7C is #CCB583. Grayscale: #484848. Windows color (decimal): -13415812 or 8145459. OLE color: 8145459.

HSL color Cylindrical-coordinate representation of color #334A7C: hue angle of 221.1º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #334A7C is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5174124-
CMYK0.590.4000.51
HSL221.1º41.71%34.31%-
HSV(B)221.1º58.87%48.63%-
XYZ7.457.0620.04-
YUV72.82156.88112.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=20.48%
G=29.72%
B=49.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51741240.590.4000.51221.141.7134.31
Hex334A7C3B28033dd2a22
Octal6311217473500633355242
Binary11001110010101111100111011101000011001111011101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334A7C; }

 p { color: rgb(51,74,124); }

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

<style>
 a { background-color: #334A7C; }

 a { background-color: rgb(51,74,124); }

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

<style>
 span { border-color: #334A7C; }

 span { border-color: rgb(51,74,124); }

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