Html Css Color HEX #295371 Venice Blue

📋 copy color: '#295371'

red 41 ◦ green 83 ◦ blue 113

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

Shades of Venice Blue #295371

Tints of Venice Blue #295371

RGB

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

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

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

R = 17.3%
G = 35.02%
B = 47.68%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#295371 (or 0x295371) is known color: Venice Blue. HEX triplet: 29, 53 and 71. RGB value is (41,83,113). Sum of RGB (Red+Green+Blue) = 41+83+113=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #295371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295371 is #D6AC8E. Grayscale: #494949. Windows color (decimal): -14068879 or 7426857. OLE color: 7426857.

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

Color convert

RGB 41 83 113 -
CMYK 0.64 0.27 0 0.56
HSL 205º 0.47% 0.3% -
HSV(B) 205º 0.64% 0.44% -
XYZ 6.99 7.85 16.77 -
YUV 73.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 41 83 113 0.64 0.27 0 0.56 205 0.47 0.3
Hex 29 53 71 40 1B 0 38 CD 2F 1E
Octal 51 123 161 100 33 0 70 315 57 36
Binary 101001 1010011 1110001 1000000 11011 0 111000 11001101 101111 11110

Color Harmonies of #295371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295371

Black with #295371

Text Example


Text Example

White with #295371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295371; }

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

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

background-color css

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

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

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

border-color css

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

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

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