#274C73

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

Shades of Venice Blue #274C73

Tints of Venice Blue #274C73

Color information

#274C73 (or 0x274C73) is unknown color: approx Venice Blue. HEX triplet: 27, 4C and 73. RGB value is (39,76,115). Sum of RGB (Red+Green+Blue) = 39+76+115=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #274C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C73 is #D8B38C. Grayscale: #454545. Windows color (decimal): -14201741 or 7556135. OLE color: 7556135.

HSL color Cylindrical-coordinate representation of color #274C73: hue angle of 210.79º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274C73 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3976115-
CMYK0.660.3400.55
HSL210.79º49.35%30.2%-
HSV(B)210.79º66.09%45.1%-
XYZ6.526.8417.2-
YUV69.38153.74106.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 115 (45.31% from 255) = 50%
R=16.96%
G=33.04%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39761150.660.3400.55210.7949.3530.2
Hex274C734222037d3311e
Octal47114163102420673236136
Binary10011110011001110011100001010001001101111101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,76,115); }

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

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

 a { background-color: rgb(39,76,115); }

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

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

 span { border-color: rgb(39,76,115); }

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