#274870

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

Shades of Venice Blue #274870

Tints of Venice Blue #274870

Color information

#274870 (or 0x274870) is unknown color: approx Venice Blue. HEX triplet: 27, 48 and 70. RGB value is (39,72,112). Sum of RGB (Red+Green+Blue) = 39+72+112=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #274870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274870 is #D8B78F. Grayscale: #424242. Windows color (decimal): -14202768 or 7358503. OLE color: 7358503.

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

Color convert

RGB3972112-
CMYK0.650.3600.56
HSL212.88º48.34%29.61%-
HSV(B)212.88º65.18%43.92%-
XYZ6.086.2416.21-
YUV66.69153.57108.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=17.49%
G=32.29%
B=50.22%

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
Decimal39721120.650.3600.56212.8848.3429.61
Hex2748704124038d5301e
Octal47110160101440703256036
Binary10011110010001110000100000110010001110001101010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274870; }

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

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

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

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

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

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

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

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