Html Css Color HEX #295374 Venice Blue

📋 copy color: '#295374'

red 41 ◦ green 83 ◦ blue 116

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

Shades of Venice Blue #295374

Tints of Venice Blue #295374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 17.08%
G = 34.58%
B = 48.33%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295374 (or 0x295374) is known color: Venice Blue. HEX triplet: 29, 53 and 74. RGB value is (41,83,116). Sum of RGB (Red+Green+Blue) = 41+83+116=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #295374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295374 is #D6AC8B. Grayscale: #4A4A4A. Windows color (decimal): -14068876 or 7623465. OLE color: 7623465.

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

Color convert

RGB 41 83 116 -
CMYK 0.65 0.28 0 0.55
HSL 206.4º 0.48% 0.31% -
HSV(B) 206.4º 0.65% 0.45% -
XYZ 7.16 7.92 17.67 -
YUV 74.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 41 83 116 0.65 0.28 0 0.55 206.4 0.48 0.31
Hex 29 53 74 41 1C 0 37 CE 30 1F
Octal 51 123 164 101 34 0 67 316 60 37
Binary 101001 1010011 1110100 1000001 11100 0 110111 11001110 110000 11111

Color Harmonies of #295374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295374

Black with #295374

Text Example


Text Example

White with #295374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295374; }

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

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

background-color css

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

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

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

border-color css

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

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

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