#273572

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

Shades of Resolution Blue #273572

Tints of Resolution Blue #273572

Color information

#273572 (or 0x273572) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 72. RGB value is (39,53,114). Sum of RGB (Red+Green+Blue) = 39+53+114=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #273572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273572 is #D8CA8D. Grayscale: #373737. Windows color (decimal): -14207630 or 7484711. OLE color: 7484711.

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

Color convert

RGB3953114-
CMYK0.660.5400.55
HSL228.8º49.02%30%-
HSV(B)228.8º65.79%44.71%-
XYZ5.154.1916.46-
YUV55.77160.86116.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=18.93%
G=25.73%
B=55.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39531140.660.5400.55228.849.0230
Hex2735724236037e5311e
Octal4765162102660673456136
Binary1001111101011110010100001011011001101111110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273572; }

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

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

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

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

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

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

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

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