#274A71

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

Shades of Venice Blue #274A71

Tints of Venice Blue #274A71

Color information

#274A71 (or 0x274A71) is unknown color: approx Venice Blue. HEX triplet: 27, 4A and 71. RGB value is (39,74,113). Sum of RGB (Red+Green+Blue) = 39+74+113=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #274A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A71 is #D8B58E. Grayscale: #434343. Windows color (decimal): -14202255 or 7424551. OLE color: 7424551.

HSL color Cylindrical-coordinate representation of color #274A71: hue angle of 211.62º 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 #274A71 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3974113-
CMYK0.650.3500.56
HSL211.62º48.68%29.8%-
HSV(B)211.62º65.49%44.31%-
XYZ6.276.5216.55-
YUV67.98153.4107.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 113 (44.53% from 255) = 50%
R=17.26%
G=32.74%
B=50%

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
Decimal39741130.650.3500.56211.6248.6829.8
Hex274A714123038d4311e
Octal47112161101430703246136
Binary10011110010101110001100000110001101110001101010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274A71; }

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

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

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

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

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

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

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

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