#345270

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

Shades of Venice Blue #345270

Tints of Venice Blue #345270

Color information

#345270 (or 0x345270) is unknown color: approx Venice Blue. HEX triplet: 34, 52 and 70. RGB value is (52,82,112). Sum of RGB (Red+Green+Blue) = 52+82+112=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #345270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345270 is #CBAD8F. Grayscale: #4C4C4C. Windows color (decimal): -13348240 or 7361076. OLE color: 7361076.

HSL color Cylindrical-coordinate representation of color #345270: hue angle of 210º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345270 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5282112-
CMYK0.540.2700.56
HSL210º36.59%32.16%-
HSV(B)210º53.57%43.92%-
XYZ7.367.9316.47-
YUV76.45148.06110.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=21.14%
G=33.33%
B=45.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52821120.540.2700.5621036.5932.16
Hex345270361B038d22520
Octal6412216066330703224540
Binary1101001010010111000011011011011011100011010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345270; }

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

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

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

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

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

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

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

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