#274C78

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

Shades of Venice Blue #274C78

Tints of Venice Blue #274C78

Color information

#274C78 (or 0x274C78) is unknown color: approx Venice Blue. HEX triplet: 27, 4C and 78. RGB value is (39,76,120). Sum of RGB (Red+Green+Blue) = 39+76+120=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #274C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C78 is #D8B387. Grayscale: #454545. Windows color (decimal): -14201736 or 7883815. OLE color: 7883815.

HSL color Cylindrical-coordinate representation of color #274C78: hue angle of 212.59º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274C78 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3976120-
CMYK0.670.3700.53
HSL212.59º50.94%31.18%-
HSV(B)212.59º67.5%47.06%-
XYZ6.816.9618.75-
YUV69.95156.24105.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=16.60%
G=32.34%
B=51.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39761200.670.3700.53212.5950.9431.18
Hex274C784325035d5331f
Octal47114170103450653256337
Binary10011110011001111000100001110010101101011101010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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