Html Css Color HEX #295373 Venice Blue

📋 copy color: '#295373'

red 41 ◦ green 83 ◦ blue 115

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

Shades of Venice Blue #295373

Tints of Venice Blue #295373

RGB

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

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

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

R = 17.15%
G = 34.73%
B = 48.12%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295373 (or 0x295373) is known color: Venice Blue. HEX triplet: 29, 53 and 73. RGB value is (41,83,115). Sum of RGB (Red+Green+Blue) = 41+83+115=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #295373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295373 is #D6AC8C. Grayscale: #494949. Windows color (decimal): -14068877 or 7557929. OLE color: 7557929.

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

Color convert

RGB 41 83 115 -
CMYK 0.64 0.28 0 0.55
HSL 205.95º 0.47% 0.31% -
HSV(B) 205.95º 0.64% 0.45% -
XYZ 7.1 7.9 17.37 -
YUV 74.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 41 83 115 0.64 0.28 0 0.55 205.95 0.47 0.31
Hex 29 53 73 40 1C 0 37 CE 2F 1F
Octal 51 123 163 100 34 0 67 316 57 37
Binary 101001 1010011 1110011 1000000 11100 0 110111 11001110 101111 11111

Color Harmonies of #295373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295373

Black with #295373

Text Example


Text Example

White with #295373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295373; }

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

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

background-color css

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

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

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

border-color css

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

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

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