Html Css Color HEX #295279 Venice Blue

📋 copy color: '#295279'

red 41 ◦ green 82 ◦ blue 121

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

Shades of Venice Blue #295279

Tints of Venice Blue #295279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

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

R = 16.8%
G = 33.61%
B = 49.59%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295279 (or 0x295279) is known color: Venice Blue. HEX triplet: 29, 52 and 79. RGB value is (41,82,121). Sum of RGB (Red+Green+Blue) = 41+82+121=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #295279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295279 is #D6AD86. Grayscale: #494949. Windows color (decimal): -14069127 or 7950889. OLE color: 7950889.

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

Color convert

RGB 41 82 121 -
CMYK 0.66 0.32 0 0.53
HSL 209.25º 0.49% 0.32% -
HSV(B) 209.25º 0.66% 0.47% -
XYZ 7.38 7.89 19.22 -
YUV 74.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 41 82 121 0.66 0.32 0 0.53 209.25 0.49 0.32
Hex 29 52 79 42 20 0 35 D1 31 20
Octal 51 122 171 102 40 0 65 321 61 40
Binary 101001 1010010 1111001 1000010 100000 0 110101 11010001 110001 100000

Color Harmonies of #295279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295279

Black with #295279

Text Example


Text Example

White with #295279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295279; }

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

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

background-color css

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

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

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

border-color css

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

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

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