Html Css Color HEX #295174 Venice Blue

📋 copy color: '#295174'

red 41 ◦ green 81 ◦ blue 116

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

Shades of Venice Blue #295174

Tints of Venice Blue #295174

RGB

 RED value IS 41 (16.41% from 255) = 17.23%

 GREEN value IS 81 (32.03% from 255) = 34.03%

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

R = 17.23%
G = 34.03%
B = 48.74%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295174 (or 0x295174) is known color: Venice Blue. HEX triplet: 29, 51 and 74. RGB value is (41,81,116). Sum of RGB (Red+Green+Blue) = 41+81+116=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #295174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295174 is #D6AE8B. Grayscale: #484848. Windows color (decimal): -14069388 or 7622953. OLE color: 7622953.

HSL color Cylindrical-coordinate representation of color #295174: hue angle of 208º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295174 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 81 116 -
CMYK 0.65 0.30 0 0.55
HSL 208º 0.48% 0.31% -
HSV(B) 208º 0.65% 0.45% -
XYZ 7.01 7.62 17.62 -
YUV 73.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 41 81 116 0.65 0.30 0 0.55 208 0.48 0.31
Hex 29 51 74 41 1E 0 37 D0 30 1F
Octal 51 121 164 101 36 0 67 320 60 37
Binary 101001 1010001 1110100 1000001 11110 0 110111 11010000 110000 11111

Color Harmonies of #295174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295174

Black with #295174

Text Example


Text Example

White with #295174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295174; }

 p { color: rgb(41,81,116); }

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

background-color css

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

 a { background-color: rgb(41,81,116); }

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

border-color css

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

 span { border-color: rgb(41,81,116); }

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