#283371

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

Shades of Resolution Blue #283371

Tints of Resolution Blue #283371

Color information

#283371 (or 0x283371) is unknown color: approx Resolution Blue. HEX triplet: 28, 33 and 71. RGB value is (40,51,113). Sum of RGB (Red+Green+Blue) = 40+51+113=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #283371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283371 is #D7CC8E. Grayscale: #363636. Windows color (decimal): -14142607 or 7418664. OLE color: 7418664.

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

Color convert

RGB4051113-
CMYK0.650.5500.56
HSL230.96º47.71%30%-
HSV(B)230.96º64.6%44.31%-
XYZ5.044.0116.13-
YUV54.78160.86117.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=19.61%
G=25%
B=55.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40511130.650.5500.56230.9647.7130
Hex2833714137038e7301e
Octal5063161101670703476036
Binary1010001100111110001100000111011101110001110011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283371; }

 p { color: rgb(40,51,113); }

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

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

 a { background-color: rgb(40,51,113); }

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

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

 span { border-color: rgb(40,51,113); }

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