Html Css Color HEX #295575 Venice Blue

📋 copy color: '#295575'

red 41 ◦ green 85 ◦ blue 117

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

Shades of Venice Blue #295575

Tints of Venice Blue #295575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

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

R = 16.87%
G = 34.98%
B = 48.15%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#295575 (or 0x295575) is known color: Venice Blue. HEX triplet: 29, 55 and 75. RGB value is (41,85,117). Sum of RGB (Red+Green+Blue) = 41+85+117=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #295575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295575 is #D6AA8A. Grayscale: #4B4B4B. Windows color (decimal): -14068363 or 7689513. OLE color: 7689513.

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

Color convert

RGB 41 85 117 -
CMYK 0.65 0.27 0 0.54
HSL 205.26º 0.48% 0.31% -
HSV(B) 205.26º 0.65% 0.46% -
XYZ 7.37 8.25 18.03 -
YUV 75.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 41 85 117 0.65 0.27 0 0.54 205.26 0.48 0.31
Hex 29 55 75 41 1B 0 36 CD 30 1F
Octal 51 125 165 101 33 0 66 315 60 37
Binary 101001 1010101 1110101 1000001 11011 0 110110 11001101 110000 11111

Color Harmonies of #295575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295575

Black with #295575

Text Example


Text Example

White with #295575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295575; }

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

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

background-color css

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

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

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

border-color css

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

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

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