Html Css Color HEX #295274 Venice Blue

📋 copy color: '#295274'

red 41 ◦ green 82 ◦ blue 116

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

Shades of Venice Blue #295274

Tints of Venice Blue #295274

RGB

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

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

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

R = 17.15%
G = 34.31%
B = 48.54%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#295274 (or 0x295274) is known color: Venice Blue. HEX triplet: 29, 52 and 74. RGB value is (41,82,116). Sum of RGB (Red+Green+Blue) = 41+82+116=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #295274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295274 is #D6AD8B. Grayscale: #494949. Windows color (decimal): -14069132 or 7623209. OLE color: 7623209.

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

Color convert

RGB 41 82 116 -
CMYK 0.65 0.29 0 0.55
HSL 207.2º 0.48% 0.31% -
HSV(B) 207.2º 0.65% 0.45% -
XYZ 7.08 7.77 17.65 -
YUV 73.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 41 82 116 0.65 0.29 0 0.55 207.2 0.48 0.31
Hex 29 52 74 41 1D 0 37 CF 30 1F
Octal 51 122 164 101 35 0 67 317 60 37
Binary 101001 1010010 1110100 1000001 11101 0 110111 11001111 110000 11111

Color Harmonies of #295274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295274

Black with #295274

Text Example


Text Example

White with #295274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295274; }

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

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

background-color css

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

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

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

border-color css

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

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

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