Html Css Color HEX #295679 Venice Blue

📋 copy color: '#295679'

red 41 ◦ green 86 ◦ blue 121

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

Shades of Venice Blue #295679

Tints of Venice Blue #295679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 16.53%
G = 34.68%
B = 48.79%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295679 (or 0x295679) is known color: Venice Blue. HEX triplet: 29, 56 and 79. RGB value is (41,86,121). Sum of RGB (Red+Green+Blue) = 41+86+121=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #295679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295679 is #D6A986. Grayscale: #4C4C4C. Windows color (decimal): -14068103 or 7951913. OLE color: 7951913.

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

Color convert

RGB 41 86 121 -
CMYK 0.66 0.29 0 0.53
HSL 206.25º 0.49% 0.32% -
HSV(B) 206.25º 0.66% 0.47% -
XYZ 7.69 8.51 19.33 -
YUV 76.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 41 86 121 0.66 0.29 0 0.53 206.25 0.49 0.32
Hex 29 56 79 42 1D 0 35 CE 31 20
Octal 51 126 171 102 35 0 65 316 61 40
Binary 101001 1010110 1111001 1000010 11101 0 110101 11001110 110001 100000

Color Harmonies of #295679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295679

Black with #295679

Text Example


Text Example

White with #295679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295679; }

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

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

background-color css

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

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

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

border-color css

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

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

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