Html Css Color HEX #295977 Venice Blue

📋 copy color: '#295977'

red 41 ◦ green 89 ◦ blue 119

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

Shades of Venice Blue #295977

Tints of Venice Blue #295977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 16.47%
G = 35.74%
B = 47.79%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295977 (or 0x295977) is known color: Venice Blue. HEX triplet: 29, 59 and 77. RGB value is (41,89,119). Sum of RGB (Red+Green+Blue) = 41+89+119=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #295977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295977 is #D6A688. Grayscale: #4D4D4D. Windows color (decimal): -14067337 or 7821609. OLE color: 7821609.

HSL color Cylindrical-coordinate representation of color #295977: hue angle of 203.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #295977 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 89 119 -
CMYK 0.66 0.25 0 0.53
HSL 203.08º 0.49% 0.31% -
HSV(B) 203.08º 0.66% 0.47% -
XYZ 7.82 8.95 18.77 -
YUV 78.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 41 89 119 0.66 0.25 0 0.53 203.08 0.49 0.31
Hex 29 59 77 42 19 0 35 CB 31 1F
Octal 51 131 167 102 31 0 65 313 61 37
Binary 101001 1011001 1110111 1000010 11001 0 110101 11001011 110001 11111

Color Harmonies of #295977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295977

Black with #295977

Text Example


Text Example

White with #295977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295977; }

 p { color: rgb(41,89,119); }

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

background-color css

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

 a { background-color: rgb(41,89,119); }

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

border-color css

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

 span { border-color: rgb(41,89,119); }

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