#274871

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

Shades of Venice Blue #274871

Tints of Venice Blue #274871

Color information

#274871 (or 0x274871) is unknown color: approx Venice Blue. HEX triplet: 27, 48 and 71. RGB value is (39,72,113). Sum of RGB (Red+Green+Blue) = 39+72+113=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #274871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274871 is #D8B78E. Grayscale: #424242. Windows color (decimal): -14202767 or 7424039. OLE color: 7424039.

HSL color Cylindrical-coordinate representation of color #274871: hue angle of 213.24º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274871 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3972113-
CMYK0.650.3600.56
HSL213.24º48.68%29.8%-
HSV(B)213.24º65.49%44.31%-
XYZ6.136.2616.51-
YUV66.81154.07108.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=17.41%
G=32.14%
B=50.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39721130.650.3600.56213.2448.6829.8
Hex2748714124038d5311e
Octal47110161101440703256136
Binary10011110010001110001100000110010001110001101010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274871; }

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

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

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

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

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

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

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

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