Html Css Color HEX #345874 Venice Blue

📋 copy color: '#345874'

red 52 ◦ green 88 ◦ blue 116

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

Shades of Venice Blue #345874

Tints of Venice Blue #345874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 20.31%
G = 34.38%
B = 45.31%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345874 (or 0x345874) is known color: Venice Blue. HEX triplet: 34, 58 and 74. RGB value is (52,88,116). Sum of RGB (Red+Green+Blue) = 52+88+116=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #345874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345874 is #CBA78B. Grayscale: #505050. Windows color (decimal): -13346700 or 7624756. OLE color: 7624756.

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

Color convert

RGB 52 88 116 -
CMYK 0.55 0.24 0 0.55
HSL 206.25º 0.38% 0.33% -
HSV(B) 206.25º 0.55% 0.45% -
XYZ 8.06 8.97 17.83 -
YUV 80.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 52 88 116 0.55 0.24 0 0.55 206.25 0.38 0.33
Hex 34 58 74 37 18 0 37 CE 26 21
Octal 64 130 164 67 30 0 67 316 46 41
Binary 110100 1011000 1110100 110111 11000 0 110111 11001110 100110 100001

Color Harmonies of #345874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345874

Black with #345874

Text Example


Text Example

White with #345874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345874; }

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

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

background-color css

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

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

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

border-color css

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

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

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