#273370

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

Shades of Resolution Blue #273370

Tints of Resolution Blue #273370

Color information

#273370 (or 0x273370) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 70. RGB value is (39,51,112). Sum of RGB (Red+Green+Blue) = 39+51+112=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #273370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273370 is #D8CC8F. Grayscale: #363636. Windows color (decimal): -14208144 or 7353127. OLE color: 7353127.

HSL color Cylindrical-coordinate representation of color #273370: hue angle of 230.14º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273370 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3951112-
CMYK0.650.5400.56
HSL230.14º48.34%29.61%-
HSV(B)230.14º65.18%43.92%-
XYZ4.953.9715.83-
YUV54.37160.52117.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=19.31%
G=25.25%
B=55.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39511120.650.5400.56230.1448.3429.61
Hex2733704136038e6301e
Octal4763160101660703466036
Binary1001111100111110000100000111011001110001110011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273370; }

 p { color: rgb(39,51,112); }

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

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

 a { background-color: rgb(39,51,112); }

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

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

 span { border-color: rgb(39,51,112); }

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