#274B73

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

Shades of Venice Blue #274B73

Tints of Venice Blue #274B73

Color information

#274B73 (or 0x274B73) is unknown color: approx Venice Blue. HEX triplet: 27, 4B and 73. RGB value is (39,75,115). Sum of RGB (Red+Green+Blue) = 39+75+115=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #274B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B73 is #D8B48C. Grayscale: #444444. Windows color (decimal): -14201997 or 7555879. OLE color: 7555879.

HSL color Cylindrical-coordinate representation of color #274B73: hue angle of 211.58º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274B73 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3975115-
CMYK0.660.3500.55
HSL211.58º49.35%30.2%-
HSV(B)211.58º66.09%45.1%-
XYZ6.456.717.17-
YUV68.8154.07106.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=17.03%
G=32.75%
B=50.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39751150.660.3500.55211.5849.3530.2
Hex274B734223037d4311e
Octal47113163102430673246136
Binary10011110010111110011100001010001101101111101010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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