Html Css Color HEX #345873 Venice Blue

📋 copy color: '#345873'

red 52 ◦ green 88 ◦ blue 115

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

Shades of Venice Blue #345873

Tints of Venice Blue #345873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

 BLUE value IS 115 (45.31% from 255) = 45.1%

R = 20.39%
G = 34.51%
B = 45.1%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345873 (or 0x345873) is known color: Venice Blue. HEX triplet: 34, 58 and 73. RGB value is (52,88,115). Sum of RGB (Red+Green+Blue) = 52+88+115=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #345873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345873 is #CBA78C. Grayscale: #505050. Windows color (decimal): -13346701 or 7559220. OLE color: 7559220.

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

Color convert

RGB 52 88 115 -
CMYK 0.55 0.23 0 0.55
HSL 205.71º 0.38% 0.33% -
HSV(B) 205.71º 0.55% 0.45% -
XYZ 8 8.95 17.53 -
YUV 80.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 52 88 115 0.55 0.23 0 0.55 205.71 0.38 0.33
Hex 34 58 73 37 17 0 37 CE 26 21
Octal 64 130 163 67 27 0 67 316 46 41
Binary 110100 1011000 1110011 110111 10111 0 110111 11001110 100110 100001

Color Harmonies of #345873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345873

Black with #345873

Text Example


Text Example

White with #345873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345873; }

 p { color: rgb(52,88,115); }

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

background-color css

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

 a { background-color: rgb(52,88,115); }

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

border-color css

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

 span { border-color: rgb(52,88,115); }

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