#283E70

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

Shades of Resolution Blue #283E70

Tints of Resolution Blue #283E70

Color information

#283E70 (or 0x283E70) is unknown color: approx Resolution Blue. HEX triplet: 28, 3E and 70. RGB value is (40,62,112). Sum of RGB (Red+Green+Blue) = 40+62+112=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #283E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E70 is #D7C18F. Grayscale: #3C3C3C. Windows color (decimal): -14139792 or 7355944. OLE color: 7355944.

HSL color Cylindrical-coordinate representation of color #283E70: hue angle of 221.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283E70 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4062112-
CMYK0.640.4500.56
HSL221.67º47.37%29.8%-
HSV(B)221.67º64.29%43.92%-
XYZ5.525.0716.02-
YUV61.12156.71112.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=18.69%
G=28.97%
B=52.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40621120.640.4500.56221.6747.3729.8
Hex283E70402D038de2f1e
Octal5076160100550703365736
Binary1010001111101110000100000010110101110001101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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