Html Css Color HEX #295A79 Venice Blue

📋 copy color: '#295A79'

red 41 ◦ green 90 ◦ blue 121

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

Shades of Venice Blue #295A79

Tints of Venice Blue #295A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 121 (47.66% from 255) = 48.02%

R = 16.27%
G = 35.71%
B = 48.02%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295A79 (or 0x295A79) is known color: Venice Blue. HEX triplet: 29, 5A and 79. RGB value is (41,90,121). Sum of RGB (Red+Green+Blue) = 41+90+121=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #295A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A79 is #D6A586. Grayscale: #4E4E4E. Windows color (decimal): -14067079 or 7952937. OLE color: 7952937.

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

Color convert

RGB 41 90 121 -
CMYK 0.66 0.26 0 0.53
HSL 203.25º 0.49% 0.32% -
HSV(B) 203.25º 0.66% 0.47% -
XYZ 8.02 9.16 19.44 -
YUV 78.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 41 90 121 0.66 0.26 0 0.53 203.25 0.49 0.32
Hex 29 5A 79 42 1A 0 35 CB 31 20
Octal 51 132 171 102 32 0 65 313 61 40
Binary 101001 1011010 1111001 1000010 11010 0 110101 11001011 110001 100000

Color Harmonies of #295A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A79

Black with #295A79

Text Example


Text Example

White with #295A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295A79; }

 p { color: rgb(41,90,121); }

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

background-color css

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

 a { background-color: rgb(41,90,121); }

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

border-color css

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

 span { border-color: rgb(41,90,121); }

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