#274971

Color #274971 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #274971

Tints of Venice Blue #274971

Color information

#274971 (or 0x274971) is unknown color: approx Venice Blue. HEX triplet: 27, 49 and 71. RGB value is (39,73,113). Sum of RGB (Red+Green+Blue) = 39+73+113=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #274971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274971 is #D8B68E. Grayscale: #434343. Windows color (decimal): -14202511 or 7424295. OLE color: 7424295.

HSL color Cylindrical-coordinate representation of color #274971: hue angle of 212.43º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274971 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3973113-
CMYK0.650.3500.56
HSL212.43º48.68%29.8%-
HSV(B)212.43º65.49%44.31%-
XYZ6.26.3916.53-
YUV67.39153.74107.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=17.33%
G=32.44%
B=50.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39731130.650.3500.56212.4348.6829.8
Hex2749714123038d4311e
Octal47111161101430703246136
Binary10011110010011110001100000110001101110001101010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274971; }

 p { color: rgb(39,73,113); }

 H1.HeaderClassName
 {
   color: #274971;
 }
 .AnyTagClassName
 {
   color: #274971;
 }
</style>
background-color css

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

 a { background-color: rgb(39,73,113); }

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

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

 span { border-color: rgb(39,73,113); }

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