#283A76

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

Shades of Resolution Blue #283A76

Tints of Resolution Blue #283A76

Color information

#283A76 (or 0x283A76) is unknown color: approx Resolution Blue. HEX triplet: 28, 3A and 76. RGB value is (40,58,118). Sum of RGB (Red+Green+Blue) = 40+58+118=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #283A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A76 is #D7C589. Grayscale: #3B3B3B. Windows color (decimal): -14140810 or 7748136. OLE color: 7748136.

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

Color convert

RGB4058118-
CMYK0.660.5100.54
HSL226.15º49.37%30.98%-
HSV(B)226.15º66.1%46.27%-
XYZ5.664.7917.76-
YUV59.46161.04114.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=18.52%
G=26.85%
B=54.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40581180.660.5100.54226.1549.3730.98
Hex283A764233036e2311f
Octal5072166102630663426137
Binary1010001110101110110100001011001101101101110001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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