#283E73

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

Shades of Resolution Blue #283E73

Tints of Resolution Blue #283E73

Color information

#283E73 (or 0x283E73) is unknown color: approx Resolution Blue. HEX triplet: 28, 3E and 73. RGB value is (40,62,115). Sum of RGB (Red+Green+Blue) = 40+62+115=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #283E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E73 is #D7C18C. Grayscale: #3D3D3D. Windows color (decimal): -14139789 or 7552552. OLE color: 7552552.

HSL color Cylindrical-coordinate representation of color #283E73: hue angle of 222.4º 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 #283E73 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4062115-
CMYK0.650.4600.55
HSL222.4º48.39%30.39%-
HSV(B)222.4º65.22%45.1%-
XYZ5.695.1316.91-
YUV61.46158.21112.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=18.43%
G=28.57%
B=53.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40621150.650.4600.55222.448.3930.39
Hex283E73412E037de301e
Octal5076163101560673366036
Binary1010001111101110011100000110111001101111101111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,62,115); }

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

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

 a { background-color: rgb(40,62,115); }

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

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

 span { border-color: rgb(40,62,115); }

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