#274F70

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

Shades of Venice Blue #274F70

Tints of Venice Blue #274F70

Color information

#274F70 (or 0x274F70) is unknown color: approx Venice Blue. HEX triplet: 27, 4F and 70. RGB value is (39,79,112). Sum of RGB (Red+Green+Blue) = 39+79+112=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #274F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F70 is #D8B08F. Grayscale: #464646. Windows color (decimal): -14200976 or 7360295. OLE color: 7360295.

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

Color convert

RGB3979112-
CMYK0.650.2900.56
HSL207.12º48.34%29.61%-
HSV(B)207.12º65.18%43.92%-
XYZ6.567.1916.37-
YUV70.8151.25105.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=16.96%
G=34.35%
B=48.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39791120.650.2900.56207.1248.3429.61
Hex274F70411D038cf301e
Octal47117160101350703176036
Binary1001111001111111000010000011110101110001100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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