#274D76

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

Shades of Venice Blue #274D76

Tints of Venice Blue #274D76

Color information

#274D76 (or 0x274D76) is unknown color: approx Venice Blue. HEX triplet: 27, 4D and 76. RGB value is (39,77,118). Sum of RGB (Red+Green+Blue) = 39+77+118=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #274D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D76 is #D8B289. Grayscale: #464646. Windows color (decimal): -14201482 or 7752999. OLE color: 7752999.

HSL color Cylindrical-coordinate representation of color #274D76: hue angle of 211.14º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274D76 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3977118-
CMYK0.670.3500.54
HSL211.14º50.32%30.78%-
HSV(B)211.14º66.95%46.27%-
XYZ6.767.0518.14-
YUV70.31154.91105.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=16.67%
G=32.91%
B=50.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39771180.670.3500.54211.1450.3230.78
Hex274D764323036d3321f
Octal47115166103430663236237
Binary10011110011011110110100001110001101101101101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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