Html Css Color HEX #295379 Venice Blue

📋 copy color: '#295379'

red 41 ◦ green 83 ◦ blue 121

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

Shades of Venice Blue #295379

Tints of Venice Blue #295379

RGB

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

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

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

R = 16.73%
G = 33.88%
B = 49.39%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#295379 (or 0x295379) is known color: Venice Blue. HEX triplet: 29, 53 and 79. RGB value is (41,83,121). Sum of RGB (Red+Green+Blue) = 41+83+121=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #295379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295379 is #D6AC86. Grayscale: #4A4A4A. Windows color (decimal): -14068871 or 7951145. OLE color: 7951145.

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

Color convert

RGB 41 83 121 -
CMYK 0.66 0.31 0 0.53
HSL 208.5º 0.49% 0.32% -
HSV(B) 208.5º 0.66% 0.47% -
XYZ 7.46 8.04 19.25 -
YUV 74.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 41 83 121 0.66 0.31 0 0.53 208.5 0.49 0.32
Hex 29 53 79 42 1F 0 35 D0 31 20
Octal 51 123 171 102 37 0 65 320 61 40
Binary 101001 1010011 1111001 1000010 11111 0 110101 11010000 110001 100000

Color Harmonies of #295379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295379

Black with #295379

Text Example


Text Example

White with #295379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295379; }

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

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

background-color css

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

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

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

border-color css

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

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

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