#274771

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

Shades of Venice Blue #274771

Tints of Venice Blue #274771

Color information

#274771 (or 0x274771) is unknown color: approx Venice Blue. HEX triplet: 27, 47 and 71. RGB value is (39,71,113). Sum of RGB (Red+Green+Blue) = 39+71+113=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #274771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274771 is #D8B88E. Grayscale: #424242. Windows color (decimal): -14203023 or 7423783. OLE color: 7423783.

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

Color convert

RGB3971113-
CMYK0.650.3700.56
HSL214.05º48.68%29.8%-
HSV(B)214.05º65.49%44.31%-
XYZ6.076.1316.49-
YUV66.22154.4108.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=17.49%
G=31.84%
B=50.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39711130.650.3700.56214.0548.6829.8
Hex2747714125038d6311e
Octal47107161101450703266136
Binary10011110001111110001100000110010101110001101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274771; }

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

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

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

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

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

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

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

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