Html Css Color HEX #295475 Venice Blue

📋 copy color: '#295475'

red 41 ◦ green 84 ◦ blue 117

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

Shades of Venice Blue #295475

Tints of Venice Blue #295475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

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

R = 16.94%
G = 34.71%
B = 48.35%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295475 (or 0x295475) is known color: Venice Blue. HEX triplet: 29, 54 and 75. RGB value is (41,84,117). Sum of RGB (Red+Green+Blue) = 41+84+117=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #295475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295475 is #D6AB8A. Grayscale: #4A4A4A. Windows color (decimal): -14068619 or 7689257. OLE color: 7689257.

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

Color convert

RGB 41 84 117 -
CMYK 0.65 0.28 0 0.54
HSL 206.05º 0.48% 0.31% -
HSV(B) 206.05º 0.65% 0.46% -
XYZ 7.3 8.1 18.01 -
YUV 74.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 41 84 117 0.65 0.28 0 0.54 206.05 0.48 0.31
Hex 29 54 75 41 1C 0 36 CE 30 1F
Octal 51 124 165 101 34 0 66 316 60 37
Binary 101001 1010100 1110101 1000001 11100 0 110110 11001110 110000 11111

Color Harmonies of #295475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295475

Black with #295475

Text Example


Text Example

White with #295475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295475; }

 p { color: rgb(41,84,117); }

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

background-color css

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

 a { background-color: rgb(41,84,117); }

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

border-color css

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

 span { border-color: rgb(41,84,117); }

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