#283E6B

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

Shades of Resolution Blue #283E6B

Tints of Resolution Blue #283E6B

Color information

#283E6B (or 0x283E6B) is unknown color: approx Resolution Blue. HEX triplet: 28, 3E and 6B. RGB value is (40,62,107). Sum of RGB (Red+Green+Blue) = 40+62+107=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #283E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E6B is #D7C194. Grayscale: #3C3C3C. Windows color (decimal): -14139797 or 7028264. OLE color: 7028264.

HSL color Cylindrical-coordinate representation of color #283E6B: hue angle of 220.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283E6B is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4062107-
CMYK0.630.4200.58
HSL220.3º45.58%28.82%-
HSV(B)220.3º62.62%41.96%-
XYZ5.254.9614.59-
YUV60.55154.21113.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=19.14%
G=29.67%
B=51.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40621070.630.4200.58220.345.5828.82
Hex283E6B3F2A03Adc2e1d
Octal507615377520723345635
Binary101000111110110101111111110101001110101101110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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