#274D72

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

Shades of Venice Blue #274D72

Tints of Venice Blue #274D72

Color information

#274D72 (or 0x274D72) is unknown color: approx Venice Blue. HEX triplet: 27, 4D and 72. RGB value is (39,77,114). Sum of RGB (Red+Green+Blue) = 39+77+114=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #274D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D72 is #D8B28D. Grayscale: #454545. Windows color (decimal): -14201486 or 7490855. OLE color: 7490855.

HSL color Cylindrical-coordinate representation of color #274D72: hue angle of 209.6º 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 #274D72 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3977114-
CMYK0.660.3200.55
HSL209.6º49.02%30%-
HSV(B)209.6º65.79%44.71%-
XYZ6.536.9516.92-
YUV69.86152.91105.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=16.96%
G=33.48%
B=49.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39771140.660.3200.55209.649.0230
Hex274D724220037d2311e
Octal47115162102400673226136
Binary10011110011011110010100001010000001101111101001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,77,114); }

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

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

 a { background-color: rgb(39,77,114); }

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

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

 span { border-color: rgb(39,77,114); }

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