Html Css Color HEX #345975 Venice Blue

📋 copy color: '#345975'

red 52 ◦ green 89 ◦ blue 117

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

Shades of Venice Blue #345975

Tints of Venice Blue #345975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

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

R = 20.16%
G = 34.5%
B = 45.35%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#345975 (or 0x345975) is known color: Venice Blue. HEX triplet: 34, 59 and 75. RGB value is (52,89,117). Sum of RGB (Red+Green+Blue) = 52+89+117=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #345975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345975 is #CBA68A. Grayscale: #505050. Windows color (decimal): -13346443 or 7690548. OLE color: 7690548.

HSL color Cylindrical-coordinate representation of color #345975: hue angle of 205.85º 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 #345975 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 89 117 -
CMYK 0.56 0.24 0 0.54
HSL 205.85º 0.38% 0.33% -
HSV(B) 205.85º 0.56% 0.46% -
XYZ 8.2 9.16 18.17 -
YUV 81.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 52 89 117 0.56 0.24 0 0.54 205.85 0.38 0.33
Hex 34 59 75 38 18 0 36 CE 26 21
Octal 64 131 165 70 30 0 66 316 46 41
Binary 110100 1011001 1110101 111000 11000 0 110110 11001110 100110 100001

Color Harmonies of #345975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345975

Black with #345975

Text Example


Text Example

White with #345975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345975; }

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

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

background-color css

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

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

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

border-color css

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

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

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