#283988

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

Shades of Resolution Blue #283988

Tints of Resolution Blue #283988

Color information

#283988 (or 0x283988) is unknown color: approx Resolution Blue. HEX triplet: 28, 39 and 88. RGB value is (40,57,136). Sum of RGB (Red+Green+Blue) = 40+57+136=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #283988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283988 is #D7C677. Grayscale: #3C3C3C. Windows color (decimal): -14141048 or 8927528. OLE color: 8927528.

HSL color Cylindrical-coordinate representation of color #283988: hue angle of 229.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283988 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4057136-
CMYK0.710.5800.47
HSL229.38º54.55%34.51%-
HSV(B)229.38º70.59%53.33%-
XYZ6.785.1523.93-
YUV60.92170.37113.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 136 (53.52% from 255) = 58.37%
R=17.17%
G=24.46%
B=58.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40571360.710.5800.47229.3854.5534.51
Hex283988473A02Fe53723
Octal5071210107720573456743
Binary101000111001100010001000111111010010111111100101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283988; }

 p { color: rgb(40,57,136); }

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

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

 a { background-color: rgb(40,57,136); }

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

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

 span { border-color: rgb(40,57,136); }

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