#283D73

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

Shades of Resolution Blue #283D73

Tints of Resolution Blue #283D73

Color information

#283D73 (or 0x283D73) is unknown color: approx Resolution Blue. HEX triplet: 28, 3D and 73. RGB value is (40,61,115). Sum of RGB (Red+Green+Blue) = 40+61+115=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #283D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D73 is #D7C28C. Grayscale: #3C3C3C. Windows color (decimal): -14140045 or 7552296. OLE color: 7552296.

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

Color convert

RGB4061115-
CMYK0.650.4700.55
HSL223.2º48.39%30.39%-
HSV(B)223.2º65.22%45.1%-
XYZ5.645.0316.89-
YUV60.88158.54113.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=18.52%
G=28.24%
B=53.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40611150.650.4700.55223.248.3930.39
Hex283D73412F037df301e
Octal5075163101570673376036
Binary1010001111011110011100000110111101101111101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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