#345275

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

Shades of Venice Blue #345275

Tints of Venice Blue #345275

Color information

#345275 (or 0x345275) is unknown color: approx Venice Blue. HEX triplet: 34, 52 and 75. RGB value is (52,82,117). Sum of RGB (Red+Green+Blue) = 52+82+117=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #345275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345275 is #CBAD8A. Grayscale: #4C4C4C. Windows color (decimal): -13348235 or 7688756. OLE color: 7688756.

HSL color Cylindrical-coordinate representation of color #345275: hue angle of 212.31º 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 #345275 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5282117-
CMYK0.560.3000.54
HSL212.31º38.46%33.14%-
HSV(B)212.31º55.56%45.88%-
XYZ7.648.0517.98-
YUV77.02150.56110.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=20.72%
G=32.67%
B=46.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52821170.560.3000.54212.3138.4633.14
Hex345275381E036d42621
Octal6412216570360663244641
Binary1101001010010111010111100011110011011011010100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345275; }

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

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

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

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

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

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

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

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