#274873

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

Shades of Venice Blue #274873

Tints of Venice Blue #274873

Color information

#274873 (or 0x274873) is unknown color: approx Venice Blue. HEX triplet: 27, 48 and 73. RGB value is (39,72,115). Sum of RGB (Red+Green+Blue) = 39+72+115=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #274873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274873 is #D8B78C. Grayscale: #424242. Windows color (decimal): -14202765 or 7555111. OLE color: 7555111.

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

Color convert

RGB3972115-
CMYK0.660.3700.55
HSL213.95º49.35%30.2%-
HSV(B)213.95º66.09%45.1%-
XYZ6.256.317.11-
YUV67.04155.07108-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=17.26%
G=31.86%
B=50.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39721150.660.3700.55213.9549.3530.2
Hex2748734225037d6311e
Octal47110163102450673266136
Binary10011110010001110011100001010010101101111101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274873; }

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

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

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

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

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

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

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

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