#274E78

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

Shades of Venice Blue #274E78

Tints of Venice Blue #274E78

Color information

#274E78 (or 0x274E78) is unknown color: approx Venice Blue. HEX triplet: 27, 4E and 78. RGB value is (39,78,120). Sum of RGB (Red+Green+Blue) = 39+78+120=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #274E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E78 is #D8B187. Grayscale: #464646. Windows color (decimal): -14201224 or 7884327. OLE color: 7884327.

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

Color convert

RGB3978120-
CMYK0.670.3500.53
HSL211.11º50.94%31.18%-
HSV(B)211.11º67.5%47.06%-
XYZ6.957.2418.8-
YUV71.13155.58105.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=16.46%
G=32.91%
B=50.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39781200.670.3500.53211.1150.9431.18
Hex274E784323035d3331f
Octal47116170103430653236337
Binary10011110011101111000100001110001101101011101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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