#274B78

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

Shades of Venice Blue #274B78

Tints of Venice Blue #274B78

Color information

#274B78 (or 0x274B78) is unknown color: approx Venice Blue. HEX triplet: 27, 4B and 78. RGB value is (39,75,120). Sum of RGB (Red+Green+Blue) = 39+75+120=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #274B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B78 is #D8B487. Grayscale: #454545. Windows color (decimal): -14201992 or 7883559. OLE color: 7883559.

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

Color convert

RGB3975120-
CMYK0.670.3700.53
HSL213.33º50.94%31.18%-
HSV(B)213.33º67.5%47.06%-
XYZ6.746.8218.73-
YUV69.37156.57106.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=16.67%
G=32.05%
B=51.28%

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
Decimal39751200.670.3700.53213.3350.9431.18
Hex274B784325035d5331f
Octal47113170103450653256337
Binary10011110010111111000100001110010101101011101010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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