Html Css Color HEX #295073 Venice Blue

📋 copy color: '#295073'

red 41 ◦ green 80 ◦ blue 115

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

Shades of Venice Blue #295073

Tints of Venice Blue #295073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 17.37%
G = 33.9%
B = 48.73%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295073 (or 0x295073) is known color: Venice Blue. HEX triplet: 29, 50 and 73. RGB value is (41,80,115). Sum of RGB (Red+Green+Blue) = 41+80+115=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #295073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295073 is #D6AF8C. Grayscale: #484848. Windows color (decimal): -14069645 or 7557161. OLE color: 7557161.

HSL color Cylindrical-coordinate representation of color #295073: hue angle of 208.38º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295073 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 80 115 -
CMYK 0.64 0.30 0 0.55
HSL 208.38º 0.47% 0.31% -
HSV(B) 208.38º 0.64% 0.45% -
XYZ 6.88 7.45 17.29 -
YUV 72.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 41 80 115 0.64 0.30 0 0.55 208.38 0.47 0.31
Hex 29 50 73 40 1E 0 37 D0 2F 1F
Octal 51 120 163 100 36 0 67 320 57 37
Binary 101001 1010000 1110011 1000000 11110 0 110111 11010000 101111 11111

Color Harmonies of #295073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295073

Black with #295073

Text Example


Text Example

White with #295073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295073; }

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

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

background-color css

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

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

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

border-color css

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

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

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