#283376

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

Shades of Resolution Blue #283376

Tints of Resolution Blue #283376

Color information

#283376 (or 0x283376) is unknown color: approx Resolution Blue. HEX triplet: 28, 33 and 76. RGB value is (40,51,118). Sum of RGB (Red+Green+Blue) = 40+51+118=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #283376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283376 is #D7CC89. Grayscale: #373737. Windows color (decimal): -14142602 or 7746344. OLE color: 7746344.

HSL color Cylindrical-coordinate representation of color #283376: hue angle of 231.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283376 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4051118-
CMYK0.660.5700.54
HSL231.54º49.37%30.98%-
HSV(B)231.54º66.1%46.27%-
XYZ5.334.1317.66-
YUV55.35163.36117.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=19.14%
G=24.40%
B=56.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40511180.660.5700.54231.5449.3730.98
Hex2833764239036e8311f
Octal5063166102710663506137
Binary1010001100111110110100001011100101101101110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283376; }

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

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

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

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

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

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

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

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