#283c86

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

Shades of Resolution Blue #283C86

Tints of Resolution Blue #283C86

Color information

#283C86 (or 0x283C86) is unknown color: approx Resolution Blue. HEX triplet: 28, 3C and 86. RGB value is (40,60,134). Sum of RGB (Red+Green+Blue) = 40+60+134=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #283C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C86 is #D7C379. Grayscale: #3E3E3E. Windows color (decimal): -14140282 or 8797224. OLE color: 8797224.

HSL color Cylindrical-coordinate representation of color #283C86: hue angle of 227.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283C86 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4060134-
CMYK0.700.5500.47
HSL227.23º54.02%34.12%-
HSV(B)227.23º70.15%52.55%-
XYZ6.795.423.24-
YUV62.46168.37111.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 60 (23.83% from 255) = 25.64%
BLUE value IS 134 (52.73% from 255) = 57.26%
R=17.09%
G=25.64%
B=57.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40601340.700.5500.47227.2354.0234.12
Hex283C86463702Fe33622
Octal5074206106670573436642
Binary101000111100100001101000110110111010111111100011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283c86; }

 p { color: rgb(40,60,134); }

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

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

 a { background-color: rgb(40,60,134); }

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

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

 span { border-color: rgb(40,60,134); }

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