#274A73

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

Shades of Venice Blue #274A73

Tints of Venice Blue #274A73

Color information

#274A73 (or 0x274A73) is unknown color: approx Venice Blue. HEX triplet: 27, 4A and 73. RGB value is (39,74,115). Sum of RGB (Red+Green+Blue) = 39+74+115=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #274A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A73 is #D8B58C. Grayscale: #444444. Windows color (decimal): -14202253 or 7555623. OLE color: 7555623.

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

Color convert

RGB3974115-
CMYK0.660.3600.55
HSL212.37º49.35%30.2%-
HSV(B)212.37º66.09%45.1%-
XYZ6.386.5717.15-
YUV68.21154.4107.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=17.11%
G=32.46%
B=50.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39741150.660.3600.55212.3749.3530.2
Hex274A734224037d4311e
Octal47112163102440673246136
Binary10011110010101110011100001010010001101111101010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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