Html Css Color HEX #295377 Venice Blue

📋 copy color: '#295377'

red 41 ◦ green 83 ◦ blue 119

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

Shades of Venice Blue #295377

Tints of Venice Blue #295377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

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

R = 16.87%
G = 34.16%
B = 48.97%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295377 (or 0x295377) is known color: Venice Blue. HEX triplet: 29, 53 and 77. RGB value is (41,83,119). Sum of RGB (Red+Green+Blue) = 41+83+119=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #295377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295377 is #D6AC88. Grayscale: #4A4A4A. Windows color (decimal): -14068873 or 7820073. OLE color: 7820073.

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

Color convert

RGB 41 83 119 -
CMYK 0.66 0.30 0 0.53
HSL 207.69º 0.49% 0.31% -
HSV(B) 207.69º 0.66% 0.47% -
XYZ 7.34 7.99 18.61 -
YUV 74.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 41 83 119 0.66 0.30 0 0.53 207.69 0.49 0.31
Hex 29 53 77 42 1E 0 35 D0 31 1F
Octal 51 123 167 102 36 0 65 320 61 37
Binary 101001 1010011 1110111 1000010 11110 0 110101 11010000 110001 11111

Color Harmonies of #295377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295377

Black with #295377

Text Example


Text Example

White with #295377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295377; }

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

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

background-color css

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

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

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

border-color css

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

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

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