#345272

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

Shades of Venice Blue #345272

Tints of Venice Blue #345272

Color information

#345272 (or 0x345272) is unknown color: approx Venice Blue. HEX triplet: 34, 52 and 72. RGB value is (52,82,114). Sum of RGB (Red+Green+Blue) = 52+82+114=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #345272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345272 is #CBAD8D. Grayscale: #4C4C4C. Windows color (decimal): -13348238 or 7492148. OLE color: 7492148.

HSL color Cylindrical-coordinate representation of color #345272: hue angle of 210.97º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345272 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5282114-
CMYK0.540.2800.55
HSL210.97º37.35%32.55%-
HSV(B)210.97º54.39%44.71%-
XYZ7.477.9817.07-
YUV76.68149.06110.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=20.97%
G=33.06%
B=45.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52821140.540.2800.55210.9737.3532.55
Hex345272361C037d32521
Octal6412216266340673234541
Binary1101001010010111001011011011100011011111010011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345272; }

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

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

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

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

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

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

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

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