#274F79

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

Shades of Venice Blue #274F79

Tints of Venice Blue #274F79

Color information

#274F79 (or 0x274F79) is unknown color: approx Venice Blue. HEX triplet: 27, 4F and 79. RGB value is (39,79,121). Sum of RGB (Red+Green+Blue) = 39+79+121=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #274F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F79 is #D8B086. Grayscale: #474747. Windows color (decimal): -14200967 or 7950119. OLE color: 7950119.

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

Color convert

RGB3979121-
CMYK0.680.3500.53
HSL210.73º51.25%31.37%-
HSV(B)210.73º67.77%47.45%-
XYZ7.087.419.14-
YUV71.83155.75104.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 121 (47.66% from 255) = 50.63%
R=16.32%
G=33.05%
B=50.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39791210.680.3500.53210.7351.2531.37
Hex274F794423035d3331f
Octal47117171104430653236337
Binary10011110011111111001100010010001101101011101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,79,121); }

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

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

 a { background-color: rgb(39,79,121); }

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

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

 span { border-color: rgb(39,79,121); }

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