Html Css Color HEX #345875 Venice Blue

📋 copy color: '#345875'

red 52 ◦ green 88 ◦ blue 117

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

Shades of Venice Blue #345875

Tints of Venice Blue #345875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 20.23%
G = 34.24%
B = 45.53%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#345875 (or 0x345875) is known color: Venice Blue. HEX triplet: 34, 58 and 75. RGB value is (52,88,117). Sum of RGB (Red+Green+Blue) = 52+88+117=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #345875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345875 is #CBA78A. Grayscale: #505050. Windows color (decimal): -13346699 or 7690292. OLE color: 7690292.

HSL color Cylindrical-coordinate representation of color #345875: hue angle of 206.77º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345875 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 88 117 -
CMYK 0.56 0.25 0 0.54
HSL 206.77º 0.38% 0.33% -
HSV(B) 206.77º 0.56% 0.46% -
XYZ 8.12 8.99 18.14 -
YUV 80.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 52 88 117 0.56 0.25 0 0.54 206.77 0.38 0.33
Hex 34 58 75 38 19 0 36 CF 26 21
Octal 64 130 165 70 31 0 66 317 46 41
Binary 110100 1011000 1110101 111000 11001 0 110110 11001111 100110 100001

Color Harmonies of #345875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345875

Black with #345875

Text Example


Text Example

White with #345875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345875; }

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

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

background-color css

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

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

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

border-color css

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

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

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