#283E7E

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

Shades of Resolution Blue #283E7E

Tints of Resolution Blue #283E7E

Color information

#283E7E (or 0x283E7E) is unknown color: approx Resolution Blue. HEX triplet: 28, 3E and 7E. RGB value is (40,62,126). Sum of RGB (Red+Green+Blue) = 40+62+126=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #283E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E7E is #D7C181. Grayscale: #3E3E3E. Windows color (decimal): -14139778 or 8273448. OLE color: 8273448.

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

Color convert

RGB4062126-
CMYK0.680.5100.51
HSL224.65º51.81%32.55%-
HSV(B)224.65º68.25%49.41%-
XYZ6.365.420.45-
YUV62.72163.71111.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 126 (49.61% from 255) = 55.26%
R=17.54%
G=27.19%
B=55.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40621260.680.5100.51224.6551.8132.55
Hex283E7E4433033e13421
Octal5076176104630633416441
Binary10100011111011111101000100110011011001111100001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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