#283A72

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

Shades of Resolution Blue #283A72

Tints of Resolution Blue #283A72

Color information

#283A72 (or 0x283A72) is unknown color: approx Resolution Blue. HEX triplet: 28, 3A and 72. RGB value is (40,58,114). Sum of RGB (Red+Green+Blue) = 40+58+114=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #283A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A72 is #D7C58D. Grayscale: #3A3A3A. Windows color (decimal): -14140814 or 7485992. OLE color: 7485992.

HSL color Cylindrical-coordinate representation of color #283A72: hue angle of 225.41º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283A72 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4058114-
CMYK0.650.4900.55
HSL225.41º48.05%30.2%-
HSV(B)225.41º64.91%44.71%-
XYZ5.434.6916.54-
YUV59159.04114.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=18.87%
G=27.36%
B=53.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40581140.650.4900.55225.4148.0530.2
Hex283A724131037e1301e
Octal5072162101610673416036
Binary1010001110101110010100000111000101101111110000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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