#274E71

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

Shades of Venice Blue #274E71

Tints of Venice Blue #274E71

Color information

#274E71 (or 0x274E71) is unknown color: approx Venice Blue. HEX triplet: 27, 4E and 71. RGB value is (39,78,113). Sum of RGB (Red+Green+Blue) = 39+78+113=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #274E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E71 is #D8B18E. Grayscale: #464646. Windows color (decimal): -14201231 or 7425575. OLE color: 7425575.

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

Color convert

RGB3978113-
CMYK0.650.3100.56
HSL208.38º48.68%29.8%-
HSV(B)208.38º65.49%44.31%-
XYZ6.547.0716.64-
YUV70.33152.08105.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=16.96%
G=33.91%
B=49.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39781130.650.3100.56208.3848.6829.8
Hex274E71411F038d0311e
Octal47116161101370703206136
Binary1001111001110111000110000011111101110001101000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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