#34548C

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

Shades of Fun Blue #34548C

Tints of Fun Blue #34548C

Color information

#34548C (or 0x34548C) is unknown color: approx Fun Blue. HEX triplet: 34, 54 and 8C. RGB value is (52,84,140). Sum of RGB (Red+Green+Blue) = 52+84+140=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #34548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34548C is #CBAB73. Grayscale: #505050. Windows color (decimal): -13347700 or 9196596. OLE color: 9196596.

HSL color Cylindrical-coordinate representation of color #34548C: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34548C is Cyan = 0.63, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5284140-
CMYK0.630.400.45
HSL218.18º45.83%37.65%-
HSV(B)218.18º62.86%54.9%-
XYZ9.328.9626.05-
YUV80.82161.4107.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 140 (55.08% from 255) = 50.72%
R=18.84%
G=30.43%
B=50.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52841400.630.400.45218.1845.8337.65
Hex34548C3F2802Dda2e26
Octal6412421477500553325646
Binary110100101010010001100111111101000010110111011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34548C; }

 p { color: rgb(52,84,140); }

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

<style>
 a { background-color: #34548C; }

 a { background-color: rgb(52,84,140); }

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

<style>
 span { border-color: #34548C; }

 span { border-color: rgb(52,84,140); }

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