Html Css Color HEX #295070 Venice Blue

📋 copy color: '#295070'

red 41 ◦ green 80 ◦ blue 112

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

Shades of Venice Blue #295070

Tints of Venice Blue #295070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 17.6%
G = 34.33%
B = 48.07%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#295070 (or 0x295070) is known color: Venice Blue. HEX triplet: 29, 50 and 70. RGB value is (41,80,112). Sum of RGB (Red+Green+Blue) = 41+80+112=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #295070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295070 is #D6AF8F. Grayscale: #474747. Windows color (decimal): -14069648 or 7360553. OLE color: 7360553.

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

Color convert

RGB 41 80 112 -
CMYK 0.63 0.29 0 0.56
HSL 207.04º 0.46% 0.3% -
HSV(B) 207.04º 0.63% 0.44% -
XYZ 6.71 7.38 16.4 -
YUV 71.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 41 80 112 0.63 0.29 0 0.56 207.04 0.46 0.3
Hex 29 50 70 3F 1D 0 38 CF 2E 1E
Octal 51 120 160 77 35 0 70 317 56 36
Binary 101001 1010000 1110000 111111 11101 0 111000 11001111 101110 11110

Color Harmonies of #295070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295070

Black with #295070

Text Example


Text Example

White with #295070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295070; }

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

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

background-color css

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

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

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

border-color css

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

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

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