Html Css Color HEX #295777 Venice Blue

📋 copy color: '#295777'

red 41 ◦ green 87 ◦ blue 119

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

Shades of Venice Blue #295777

Tints of Venice Blue #295777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.22%

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

R = 16.6%
G = 35.22%
B = 48.18%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295777 (or 0x295777) is known color: Venice Blue. HEX triplet: 29, 57 and 77. RGB value is (41,87,119). Sum of RGB (Red+Green+Blue) = 41+87+119=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #295777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295777 is #D6A888. Grayscale: #4C4C4C. Windows color (decimal): -14067849 or 7821097. OLE color: 7821097.

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

Color convert

RGB 41 87 119 -
CMYK 0.66 0.27 0 0.53
HSL 204.62º 0.49% 0.31% -
HSV(B) 204.62º 0.66% 0.47% -
XYZ 7.65 8.62 18.71 -
YUV 76.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 41 87 119 0.66 0.27 0 0.53 204.62 0.49 0.31
Hex 29 57 77 42 1B 0 35 CD 31 1F
Octal 51 127 167 102 33 0 65 315 61 37
Binary 101001 1010111 1110111 1000010 11011 0 110101 11001101 110001 11111

Color Harmonies of #295777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295777

Black with #295777

Text Example


Text Example

White with #295777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295777; }

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

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

background-color css

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

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

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

border-color css

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

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

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