Html Css Color HEX #295474 Venice Blue

📋 copy color: '#295474'

red 41 ◦ green 84 ◦ blue 116

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

Shades of Venice Blue #295474

Tints of Venice Blue #295474

RGB

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

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

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

R = 17.01%
G = 34.85%
B = 48.13%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295474 (or 0x295474) is known color: Venice Blue. HEX triplet: 29, 54 and 74. RGB value is (41,84,116). Sum of RGB (Red+Green+Blue) = 41+84+116=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #295474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295474 is #D6AB8B. Grayscale: #4A4A4A. Windows color (decimal): -14068620 or 7623721. OLE color: 7623721.

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

Color convert

RGB 41 84 116 -
CMYK 0.65 0.28 0 0.55
HSL 205.6º 0.48% 0.31% -
HSV(B) 205.6º 0.65% 0.45% -
XYZ 7.24 8.07 17.7 -
YUV 74.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 41 84 116 0.65 0.28 0 0.55 205.6 0.48 0.31
Hex 29 54 74 41 1C 0 37 CE 30 1F
Octal 51 124 164 101 34 0 67 316 60 37
Binary 101001 1010100 1110100 1000001 11100 0 110111 11001110 110000 11111

Color Harmonies of #295474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295474

Black with #295474

Text Example


Text Example

White with #295474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295474; }

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

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

background-color css

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

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

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

border-color css

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

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

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