#345875

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

Shades of Venice Blue #345875

Tints of Venice Blue #345875

Color information

#345875 (or 0x345875) is unknown color: approx Venice Blue. HEX triplet: 34, 58 and 75. RGB value is (52,88,117). Sum of RGB (Red+Green+Blue) = 52+88+117=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #345875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345875 is #CBA78A. Grayscale: #505050. Windows color (decimal): -13346699 or 7690292. OLE color: 7690292.

HSL color Cylindrical-coordinate representation of color #345875: hue angle of 206.77º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345875 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5288117-
CMYK0.560.2500.54
HSL206.77º38.46%33.14%-
HSV(B)206.77º55.56%45.88%-
XYZ8.128.9918.14-
YUV80.54148.57107.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=20.23%
G=34.24%
B=45.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52881170.560.2500.54206.7738.4633.14
Hex3458753819036cf2621
Octal6413016570310663174641
Binary1101001011000111010111100011001011011011001111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345875; }

 p { color: rgb(52,88,117); }

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

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

 a { background-color: rgb(52,88,117); }

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

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

 span { border-color: rgb(52,88,117); }

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