#345370

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

Shades of Venice Blue #345370

Tints of Venice Blue #345370

Color information

#345370 (or 0x345370) is unknown color: approx Venice Blue. HEX triplet: 34, 53 and 70. RGB value is (52,83,112). Sum of RGB (Red+Green+Blue) = 52+83+112=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #345370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345370 is #CBAC8F. Grayscale: #4C4C4C. Windows color (decimal): -13347984 or 7361332. OLE color: 7361332.

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

Color convert

RGB5283112-
CMYK0.540.2600.56
HSL209º36.59%32.16%-
HSV(B)209º53.57%43.92%-
XYZ7.438.0916.5-
YUV77.04147.73110.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=21.05%
G=33.60%
B=45.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52831120.540.2600.5620936.5932.16
Hex345370361A038d12520
Octal6412316066320703214540
Binary1101001010011111000011011011010011100011010001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345370; }

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

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

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

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

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

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

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

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