#274B77

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

Shades of Venice Blue #274B77

Tints of Venice Blue #274B77

Color information

#274B77 (or 0x274B77) is unknown color: approx Venice Blue. HEX triplet: 27, 4B and 77. RGB value is (39,75,119). Sum of RGB (Red+Green+Blue) = 39+75+119=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #274B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B77 is #D8B488. Grayscale: #454545. Windows color (decimal): -14201993 or 7818023. OLE color: 7818023.

HSL color Cylindrical-coordinate representation of color #274B77: hue angle of 213º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274B77 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3975119-
CMYK0.670.3700.53
HSL213º50.63%30.98%-
HSV(B)213º67.23%46.67%-
XYZ6.686.818.41-
YUV69.25156.07106.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=16.74%
G=32.19%
B=51.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39751190.670.3700.5321350.6330.98
Hex274B774325035d5331f
Octal47113167103450653256337
Binary10011110010111110111100001110010101101011101010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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