Html Css Color HEX #295879 Venice Blue

📋 copy color: '#295879'

red 41 ◦ green 88 ◦ blue 121

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

Shades of Venice Blue #295879

Tints of Venice Blue #295879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

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

R = 16.4%
G = 35.2%
B = 48.4%

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

#295879 (or 0x295879) is known color: Venice Blue. HEX triplet: 29, 58 and 79. RGB value is (41,88,121). Sum of RGB (Red+Green+Blue) = 41+88+121=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #295879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295879 is #D6A786. Grayscale: #4D4D4D. Windows color (decimal): -14067591 or 7952425. OLE color: 7952425.

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

Color convert

RGB 41 88 121 -
CMYK 0.66 0.27 0 0.53
HSL 204.75º 0.49% 0.32% -
HSV(B) 204.75º 0.66% 0.47% -
XYZ 7.86 8.83 19.38 -
YUV 77.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 41 88 121 0.66 0.27 0 0.53 204.75 0.49 0.32
Hex 29 58 79 42 1B 0 35 CD 31 20
Octal 51 130 171 102 33 0 65 315 61 40
Binary 101001 1011000 1111001 1000010 11011 0 110101 11001101 110001 100000

Color Harmonies of #295879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295879

Black with #295879

Text Example


Text Example

White with #295879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295879; }

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

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

background-color css

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

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

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

border-color css

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

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

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