Html Css Color HEX #34516E Venice Blue

📋 copy color: '#34516E'

red 52 ◦ green 81 ◦ blue 110

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

Shades of Venice Blue #34516E

Tints of Venice Blue #34516E

RGB

 RED value IS 52 (20.7% from 255) = 21.4%

 GREEN value IS 81 (32.03% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 21.4%
G = 33.33%
B = 45.27%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34516E (or 0x34516E) is known color: Venice Blue. HEX triplet: 34, 51 and 6E. RGB value is (52,81,110). Sum of RGB (Red+Green+Blue) = 52+81+110=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #34516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34516E is #CBAE91. Grayscale: #4B4B4B. Windows color (decimal): -13348498 or 7229748. OLE color: 7229748.

HSL color Cylindrical-coordinate representation of color #34516E: hue angle of 210º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34516E is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 81 110 -
CMYK 0.53 0.26 0 0.57
HSL 210º 0.36% 0.32% -
HSV(B) 210º 0.53% 0.43% -
XYZ 7.17 7.74 15.87 -
YUV 75.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 52 81 110 0.53 0.26 0 0.57 210 0.36 0.32
Hex 34 51 6E 35 1A 0 39 D2 24 20
Octal 64 121 156 65 32 0 71 322 44 40
Binary 110100 1010001 1101110 110101 11010 0 111001 11010010 100100 100000

Color Harmonies of #34516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34516E

Black with #34516E

Text Example


Text Example

White with #34516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34516E; }

 p { color: rgb(52,81,110); }

 H1.HeaderClassName
 {
   color: #34516E;
 }
 .AnyTagClassName
 {
   color: #34516E;
 }
</style>

background-color css

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

 a { background-color: rgb(52,81,110); }

 div.DivClassName
 {
   background-color: #34516E;
 }
 .BgClassName
 {
   background-color: #34516E;
 }
</style>

border-color css

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

 span { border-color: rgb(52,81,110); }

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