#34568D

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

Shades of Fun Blue #34568D

Tints of Fun Blue #34568D

Color information

#34568D (or 0x34568D) is unknown color: approx Fun Blue. HEX triplet: 34, 56 and 8D. RGB value is (52,86,141). Sum of RGB (Red+Green+Blue) = 52+86+141=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #34568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34568D is #CBA972. Grayscale: #515151. Windows color (decimal): -13347187 or 9262644. OLE color: 9262644.

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

Color convert

RGB5286141-
CMYK0.630.3900.45
HSL217.08º46.11%37.84%-
HSV(B)217.08º63.12%55.29%-
XYZ9.559.3126.49-
YUV82.1161.24106.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=18.64%
G=30.82%
B=50.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52861410.630.3900.45217.0846.1137.84
Hex34568D3F2702Dd92e26
Octal6412621577470553315646
Binary110100101011010001101111111100111010110111011001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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