Html Css Color HEX #295574 Venice Blue

📋 copy color: '#295574'

red 41 ◦ green 85 ◦ blue 116

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

Shades of Venice Blue #295574

Tints of Venice Blue #295574

RGB

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

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

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

R = 16.94%
G = 35.12%
B = 47.93%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295574 (or 0x295574) is known color: Venice Blue. HEX triplet: 29, 55 and 74. RGB value is (41,85,116). Sum of RGB (Red+Green+Blue) = 41+85+116=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #295574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295574 is #D6AA8B. Grayscale: #4B4B4B. Windows color (decimal): -14068364 or 7623977. OLE color: 7623977.

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

Color convert

RGB 41 85 116 -
CMYK 0.65 0.27 0 0.55
HSL 204.8º 0.48% 0.31% -
HSV(B) 204.8º 0.65% 0.45% -
XYZ 7.32 8.23 17.73 -
YUV 75.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 41 85 116 0.65 0.27 0 0.55 204.8 0.48 0.31
Hex 29 55 74 41 1B 0 37 CD 30 1F
Octal 51 125 164 101 33 0 67 315 60 37
Binary 101001 1010101 1110100 1000001 11011 0 110111 11001101 110000 11111

Color Harmonies of #295574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295574

Black with #295574

Text Example


Text Example

White with #295574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295574; }

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

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

background-color css

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

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

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

border-color css

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

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

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