#283A77

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

Shades of Resolution Blue #283A77

Tints of Resolution Blue #283A77

Color information

#283A77 (or 0x283A77) is unknown color: approx Resolution Blue. HEX triplet: 28, 3A and 77. RGB value is (40,58,119). Sum of RGB (Red+Green+Blue) = 40+58+119=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #283A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A77 is #D7C588. Grayscale: #3B3B3B. Windows color (decimal): -14140809 or 7813672. OLE color: 7813672.

HSL color Cylindrical-coordinate representation of color #283A77: hue angle of 226.33º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283A77 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4058119-
CMYK0.660.5100.53
HSL226.33º49.69%31.18%-
HSV(B)226.33º66.39%46.67%-
XYZ5.724.8118.08-
YUV59.57161.54114.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=18.43%
G=26.73%
B=54.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40581190.660.5100.53226.3349.6931.18
Hex283A774233035e2321f
Octal5072167102630653426237
Binary1010001110101110111100001011001101101011110001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,58,119); }

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

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

 a { background-color: rgb(40,58,119); }

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

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

 span { border-color: rgb(40,58,119); }

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