#283E82

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

Shades of Resolution Blue #283E82

Tints of Resolution Blue #283E82

Color information

#283E82 (or 0x283E82) is unknown color: approx Resolution Blue. HEX triplet: 28, 3E and 82. RGB value is (40,62,130). Sum of RGB (Red+Green+Blue) = 40+62+130=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #283E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283E82 is #D7C17D. Grayscale: #3E3E3E. Windows color (decimal): -14139774 or 8535592. OLE color: 8535592.

HSL color Cylindrical-coordinate representation of color #283E82: hue angle of 225.33º 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 #283E82 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4062130-
CMYK0.690.5200.49
HSL225.33º52.94%33.33%-
HSV(B)225.33º69.23%50.98%-
XYZ6.635.5121.83-
YUV63.17165.71111.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=17.24%
G=26.72%
B=56.03%

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
Decimal40621300.690.5200.49225.3352.9433.33
Hex283E824534031e13521
Octal5076202105640613416541
Binary101000111110100000101000101110100011000111100001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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