Html Css Color HEX #295071 Venice Blue

📋 copy color: '#295071'

red 41 ◦ green 80 ◦ blue 113

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

Shades of Venice Blue #295071

Tints of Venice Blue #295071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 17.52%
G = 34.19%
B = 48.29%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#295071 (or 0x295071) is known color: Venice Blue. HEX triplet: 29, 50 and 71. RGB value is (41,80,113). Sum of RGB (Red+Green+Blue) = 41+80+113=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #295071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295071 is #D6AF8E. Grayscale: #474747. Windows color (decimal): -14069647 or 7426089. OLE color: 7426089.

HSL color Cylindrical-coordinate representation of color #295071: hue angle of 207.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295071 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 80 113 -
CMYK 0.64 0.29 0 0.56
HSL 207.5º 0.47% 0.3% -
HSV(B) 207.5º 0.64% 0.44% -
XYZ 6.76 7.4 16.69 -
YUV 72.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 41 80 113 0.64 0.29 0 0.56 207.5 0.47 0.3
Hex 29 50 71 40 1D 0 38 D0 2F 1E
Octal 51 120 161 100 35 0 70 320 57 36
Binary 101001 1010000 1110001 1000000 11101 0 111000 11010000 101111 11110

Color Harmonies of #295071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295071

Black with #295071

Text Example


Text Example

White with #295071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295071; }

 p { color: rgb(41,80,113); }

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

background-color css

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

 a { background-color: rgb(41,80,113); }

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

border-color css

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

 span { border-color: rgb(41,80,113); }

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