#274E70

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

Shades of Venice Blue #274E70

Tints of Venice Blue #274E70

Color information

#274E70 (or 0x274E70) is unknown color: approx Venice Blue. HEX triplet: 27, 4E and 70. RGB value is (39,78,112). Sum of RGB (Red+Green+Blue) = 39+78+112=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #274E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E70 is #D8B18F. Grayscale: #464646. Windows color (decimal): -14201232 or 7360039. OLE color: 7360039.

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

Color convert

RGB3978112-
CMYK0.650.3000.56
HSL207.95º48.34%29.61%-
HSV(B)207.95º65.18%43.92%-
XYZ6.497.0516.35-
YUV70.22151.58105.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=17.03%
G=34.06%
B=48.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39781120.650.3000.56207.9548.3429.61
Hex274E70411E038d0301e
Octal47116160101360703206036
Binary1001111001110111000010000011111001110001101000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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