#273E81

Color #273E81 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #273E81

Tints of Resolution Blue #273E81

Color information

#273E81 (or 0x273E81) is unknown color: approx Resolution Blue. HEX triplet: 27, 3E and 81. RGB value is (39,62,129). Sum of RGB (Red+Green+Blue) = 39+62+129=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #273E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273E81 is #D8C17E. Grayscale: #3E3E3E. Windows color (decimal): -14205311 or 8470055. OLE color: 8470055.

HSL color Cylindrical-coordinate representation of color #273E81: hue angle of 224.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273E81 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3962129-
CMYK0.700.5200.49
HSL224.67º53.57%32.94%-
HSV(B)224.67º69.77%50.59%-
XYZ6.525.4621.48-
YUV62.76165.38111.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 129 (50.78% from 255) = 56.09%
R=16.96%
G=26.96%
B=56.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39621290.700.5200.49224.6753.5732.94
Hex273E814634031e13621
Octal4776201106640613416641
Binary100111111110100000011000110110100011000111100001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273E81; }

 p { color: rgb(39,62,129); }

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

<style>
 a { background-color: #273E81; }

 a { background-color: rgb(39,62,129); }

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

<style>
 span { border-color: #273E81; }

 span { border-color: rgb(39,62,129); }

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