#283370

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

Shades of Resolution Blue #283370

Tints of Resolution Blue #283370

Color information

#283370 (or 0x283370) is unknown color: approx Resolution Blue. HEX triplet: 28, 33 and 70. RGB value is (40,51,112). Sum of RGB (Red+Green+Blue) = 40+51+112=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #283370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283370 is #D7CC8F. Grayscale: #363636. Windows color (decimal): -14142608 or 7353128. OLE color: 7353128.

HSL color Cylindrical-coordinate representation of color #283370: hue angle of 230.83º 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 #283370 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4051112-
CMYK0.640.5400.56
HSL230.83º47.37%29.8%-
HSV(B)230.83º64.29%43.92%-
XYZ4.983.9915.84-
YUV54.66160.36117.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=19.70%
G=25.12%
B=55.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40511120.640.5400.56230.8347.3729.8
Hex2833704036038e72f1e
Octal5063160100660703475736
Binary1010001100111110000100000011011001110001110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283370; }

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

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

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

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

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

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

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

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