#274B76

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

Shades of Venice Blue #274B76

Tints of Venice Blue #274B76

Color information

#274B76 (or 0x274B76) is unknown color: approx Venice Blue. HEX triplet: 27, 4B and 76. RGB value is (39,75,118). Sum of RGB (Red+Green+Blue) = 39+75+118=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #274B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B76 is #D8B489. Grayscale: #444444. Windows color (decimal): -14201994 or 7752487. OLE color: 7752487.

HSL color Cylindrical-coordinate representation of color #274B76: hue angle of 212.66º 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 #274B76 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3975118-
CMYK0.670.3600.54
HSL212.66º50.32%30.78%-
HSV(B)212.66º66.95%46.27%-
XYZ6.626.7718.1-
YUV69.14155.57106.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=16.81%
G=32.33%
B=50.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39751180.670.3600.54212.6650.3230.78
Hex274B764324036d5321f
Octal47113166103440663256237
Binary10011110010111110110100001110010001101101101010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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