Html Css Color HEX #34506F Venice Blue

📋 copy color: '#34506F'

red 52 ◦ green 80 ◦ blue 111

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

Shades of Venice Blue #34506F

Tints of Venice Blue #34506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

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

R = 21.4%
G = 32.92%
B = 45.68%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34506F (or 0x34506F) is known color: Venice Blue. HEX triplet: 34, 50 and 6F. RGB value is (52,80,111). Sum of RGB (Red+Green+Blue) = 52+80+111=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #34506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34506F is #CBAF90. Grayscale: #4B4B4B. Windows color (decimal): -13348753 or 7295028. OLE color: 7295028.

HSL color Cylindrical-coordinate representation of color #34506F: hue angle of 211.53º 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 #34506F is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 80 111 -
CMYK 0.53 0.28 0 0.56
HSL 211.53º 0.36% 0.32% -
HSV(B) 211.53º 0.53% 0.44% -
XYZ 7.15 7.62 16.13 -
YUV 75.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 52 80 111 0.53 0.28 0 0.56 211.53 0.36 0.32
Hex 34 50 6F 35 1C 0 38 D4 24 20
Octal 64 120 157 65 34 0 70 324 44 40
Binary 110100 1010000 1101111 110101 11100 0 111000 11010100 100100 100000

Color Harmonies of #34506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34506F

Black with #34506F

Text Example


Text Example

White with #34506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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