#283776

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

Shades of Resolution Blue #283776

Tints of Resolution Blue #283776

Color information

#283776 (or 0x283776) is unknown color: approx Resolution Blue. HEX triplet: 28, 37 and 76. RGB value is (40,55,118). Sum of RGB (Red+Green+Blue) = 40+55+118=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #283776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283776 is #D7C889. Grayscale: #393939. Windows color (decimal): -14141578 or 7747368. OLE color: 7747368.

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

Color convert

RGB4055118-
CMYK0.660.5300.54
HSL228.46º49.37%30.98%-
HSV(B)228.46º66.1%46.27%-
XYZ5.514.4917.72-
YUV57.7162.03115.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=18.78%
G=25.82%
B=55.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40551180.660.5300.54228.4649.3730.98
Hex2837764235036e4311f
Octal5067166102650663446137
Binary1010001101111110110100001011010101101101110010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283776; }

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

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

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

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

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

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

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

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