#274D70

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

Shades of Venice Blue #274D70

Tints of Venice Blue #274D70

Color information

#274D70 (or 0x274D70) is unknown color: approx Venice Blue. HEX triplet: 27, 4D and 70. RGB value is (39,77,112). Sum of RGB (Red+Green+Blue) = 39+77+112=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #274D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D70 is #D8B28F. Grayscale: #454545. Windows color (decimal): -14201488 or 7359783. OLE color: 7359783.

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

Color convert

RGB3977112-
CMYK0.650.3100.56
HSL208.77º48.34%29.61%-
HSV(B)208.77º65.18%43.92%-
XYZ6.426.9116.32-
YUV69.63151.91106.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=17.11%
G=33.77%
B=49.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39771120.650.3100.56208.7748.3429.61
Hex274D70411F038d1301e
Octal47115160101370703216036
Binary1001111001101111000010000011111101110001101000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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