#283F82

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

Shades of Resolution Blue #283F82

Tints of Resolution Blue #283F82

Color information

#283F82 (or 0x283F82) is unknown color: approx Resolution Blue. HEX triplet: 28, 3F and 82. RGB value is (40,63,130). Sum of RGB (Red+Green+Blue) = 40+63+130=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #283F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283F82 is #D7C07D. Grayscale: #3F3F3F. Windows color (decimal): -14139518 or 8535848. OLE color: 8535848.

HSL color Cylindrical-coordinate representation of color #283F82: hue angle of 224.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283F82 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4063130-
CMYK0.690.5200.49
HSL224.67º52.94%33.33%-
HSV(B)224.67º69.23%50.98%-
XYZ6.685.6221.85-
YUV63.76165.38111.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=17.17%
G=27.04%
B=55.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40631300.690.5200.49224.6752.9433.33
Hex283F824534031e13521
Octal5077202105640613416541
Binary101000111111100000101000101110100011000111100001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,63,130); }

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

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

 a { background-color: rgb(40,63,130); }

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

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

 span { border-color: rgb(40,63,130); }

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