#283A78

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

Shades of Resolution Blue #283A78

Tints of Resolution Blue #283A78

Color information

#283A78 (or 0x283A78) is unknown color: approx Resolution Blue. HEX triplet: 28, 3A and 78. RGB value is (40,58,120). Sum of RGB (Red+Green+Blue) = 40+58+120=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #283A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A78 is #D7C587. Grayscale: #3B3B3B. Windows color (decimal): -14140808 or 7879208. OLE color: 7879208.

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

Color convert

RGB4058120-
CMYK0.670.5200.53
HSL226.5º50%31.37%-
HSV(B)226.5º66.67%47.06%-
XYZ5.784.8318.4-
YUV59.69162.04113.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=18.35%
G=26.61%
B=55.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40581200.670.5200.53226.55031.37
Hex283A784334035e2321f
Octal5072170103640653426237
Binary1010001110101111000100001111010001101011110001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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