Html Css Color HEX #345270 Venice Blue

📋 copy color: '#345270'

red 52 ◦ green 82 ◦ blue 112

#345270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #345270

Tints of Venice Blue #345270

RGB

 RED value IS 52 (20.7% 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 value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345270 (or 0x345270) is known color: 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

RGB 52 82 112 -
CMYK 0.54 0.27 0 0.56
HSL 210º 0.37% 0.32% -
HSV(B) 210º 0.54% 0.44% -
XYZ 7.36 7.93 16.47 -
YUV 76.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 52 82 112 0.54 0.27 0 0.56 210 0.37 0.32
Hex 34 52 70 36 1B 0 38 D2 25 20
Octal 64 122 160 66 33 0 70 322 45 40
Binary 110100 1010010 1110000 110110 11011 0 111000 11010010 100101 100000

Color Harmonies of #345270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345270

Black with #345270

Text Example


Text Example

White with #345270

Text Example


Text Example

HTML Codes & Css Web 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>