Html Css Color HEX #295273 Venice Blue

📋 copy color: '#295273'

red 41 ◦ green 82 ◦ blue 115

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

Shades of Venice Blue #295273

Tints of Venice Blue #295273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

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

R = 17.23%
G = 34.45%
B = 48.32%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295273 (or 0x295273) is known color: Venice Blue. HEX triplet: 29, 52 and 73. RGB value is (41,82,115). Sum of RGB (Red+Green+Blue) = 41+82+115=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #295273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295273 is #D6AD8C. Grayscale: #494949. Windows color (decimal): -14069133 or 7557673. OLE color: 7557673.

HSL color Cylindrical-coordinate representation of color #295273: hue angle of 206.76º 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 #295273 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 82 115 -
CMYK 0.64 0.29 0 0.55
HSL 206.76º 0.47% 0.31% -
HSV(B) 206.76º 0.64% 0.45% -
XYZ 7.03 7.74 17.34 -
YUV 73.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 41 82 115 0.64 0.29 0 0.55 206.76 0.47 0.31
Hex 29 52 73 40 1D 0 37 CF 2F 1F
Octal 51 122 163 100 35 0 67 317 57 37
Binary 101001 1010010 1110011 1000000 11101 0 110111 11001111 101111 11111

Color Harmonies of #295273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295273

Black with #295273

Text Example


Text Example

White with #295273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295273; }

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

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

background-color css

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

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

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

border-color css

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

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

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