#274D77

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

Shades of Venice Blue #274D77

Tints of Venice Blue #274D77

Color information

#274D77 (or 0x274D77) is unknown color: approx Venice Blue. HEX triplet: 27, 4D and 77. RGB value is (39,77,119). Sum of RGB (Red+Green+Blue) = 39+77+119=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #274D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D77 is #D8B288. Grayscale: #464646. Windows color (decimal): -14201481 or 7818535. OLE color: 7818535.

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

Color convert

RGB3977119-
CMYK0.670.3500.53
HSL211.5º50.63%30.98%-
HSV(B)211.5º67.23%46.67%-
XYZ6.827.0718.46-
YUV70.43155.41105.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=16.60%
G=32.77%
B=50.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39771190.670.3500.53211.550.6330.98
Hex274D774323035d4331f
Octal47115167103430653246337
Binary10011110011011110111100001110001101101011101010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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