Html Css Color HEX #34526F Venice Blue

📋 copy color: '#34526F'

red 52 ◦ green 82 ◦ blue 111

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

Shades of Venice Blue #34526F

Tints of Venice Blue #34526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 21.22%
G = 33.47%
B = 45.31%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34526F (or 0x34526F) is known color: Venice Blue. HEX triplet: 34, 52 and 6F. RGB value is (52,82,111). Sum of RGB (Red+Green+Blue) = 52+82+111=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #34526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34526F is #CBAD90. Grayscale: #4C4C4C. Windows color (decimal): -13348241 or 7295540. OLE color: 7295540.

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

Color convert

RGB 52 82 111 -
CMYK 0.53 0.26 0 0.56
HSL 209.49º 0.36% 0.32% -
HSV(B) 209.49º 0.53% 0.44% -
XYZ 7.3 7.91 16.18 -
YUV 76.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 52 82 111 0.53 0.26 0 0.56 209.49 0.36 0.32
Hex 34 52 6F 35 1A 0 38 D1 24 20
Octal 64 122 157 65 32 0 70 321 44 40
Binary 110100 1010010 1101111 110101 11010 0 111000 11010001 100100 100000

Color Harmonies of #34526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34526F

Black with #34526F

Text Example


Text Example

White with #34526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34526F; }

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

 H1.HeaderClassName
 {
   color: #34526F;
 }
 .AnyTagClassName
 {
   color: #34526F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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