#345385

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

Shades of Fun Blue #345385

Tints of Fun Blue #345385

Color information

#345385 (or 0x345385) is unknown color: approx Fun Blue. HEX triplet: 34, 53 and 85. RGB value is (52,83,133). Sum of RGB (Red+Green+Blue) = 52+83+133=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #345385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345385 is #CBAC7A. Grayscale: #4F4F4F. Windows color (decimal): -13347963 or 8737588. OLE color: 8737588.

HSL color Cylindrical-coordinate representation of color #345385: hue angle of 217.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345385 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5283133-
CMYK0.610.3800.48
HSL217.04º43.78%36.27%-
HSV(B)217.04º60.9%52.16%-
XYZ8.748.6123.39-
YUV79.43158.23108.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=19.40%
G=30.97%
B=49.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52831330.610.3800.48217.0443.7836.27
Hex3453853D26030d92c24
Octal6412320575460603315444
Binary110100101001110000101111101100110011000011011001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345385; }

 p { color: rgb(52,83,133); }

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

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

 a { background-color: rgb(52,83,133); }

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

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

 span { border-color: rgb(52,83,133); }

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