#273372

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

Shades of Resolution Blue #273372

Tints of Resolution Blue #273372

Color information

#273372 (or 0x273372) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 72. RGB value is (39,51,114). Sum of RGB (Red+Green+Blue) = 39+51+114=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #273372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273372 is #D8CC8D. Grayscale: #363636. Windows color (decimal): -14208142 or 7484199. OLE color: 7484199.

HSL color Cylindrical-coordinate representation of color #273372: hue angle of 230.4º 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 #273372 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3951114-
CMYK0.660.5500.55
HSL230.4º49.02%30%-
HSV(B)230.4º65.79%44.71%-
XYZ5.064.0116.43-
YUV54.59161.52116.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=19.12%
G=25%
B=55.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39511140.660.5500.55230.449.0230
Hex2733724237037e6311e
Octal4763162102670673466136
Binary1001111100111110010100001011011101101111110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273372; }

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

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

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

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

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

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

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

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