#34558D

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

Shades of Fun Blue #34558D

Tints of Fun Blue #34558D

Color information

#34558D (or 0x34558D) is unknown color: approx Fun Blue. HEX triplet: 34, 55 and 8D. RGB value is (52,85,141). Sum of RGB (Red+Green+Blue) = 52+85+141=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #34558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34558D is #CBAA72. Grayscale: #515151. Windows color (decimal): -13347443 or 9262388. OLE color: 9262388.

HSL color Cylindrical-coordinate representation of color #34558D: hue angle of 217.75º 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 #34558D is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5285141-
CMYK0.630.4000.45
HSL217.75º46.11%37.84%-
HSV(B)217.75º63.12%55.29%-
XYZ9.479.1526.47-
YUV81.52161.57106.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=18.71%
G=30.58%
B=50.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52851410.630.4000.45217.7546.1137.84
Hex34558D3F2802Dda2e26
Octal6412521577500553325646
Binary110100101010110001101111111101000010110111011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34558D; }

 p { color: rgb(52,85,141); }

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

<style>
 a { background-color: #34558D; }

 a { background-color: rgb(52,85,141); }

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

<style>
 span { border-color: #34558D; }

 span { border-color: rgb(52,85,141); }

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