#283777

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

Shades of Resolution Blue #283777

Tints of Resolution Blue #283777

Color information

#283777 (or 0x283777) is unknown color: approx Resolution Blue. HEX triplet: 28, 37 and 77. RGB value is (40,55,119). Sum of RGB (Red+Green+Blue) = 40+55+119=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #283777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283777 is #D7C888. Grayscale: #393939. Windows color (decimal): -14141577 or 7812904. OLE color: 7812904.

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

Color convert

RGB4055119-
CMYK0.660.5400.53
HSL228.61º49.69%31.18%-
HSV(B)228.61º66.39%46.67%-
XYZ5.574.5218.03-
YUV57.81162.53115.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=18.69%
G=25.70%
B=55.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40551190.660.5400.53228.6149.6931.18
Hex2837774236035e5321f
Octal5067167102660653456237
Binary1010001101111110111100001011011001101011110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283777; }

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

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

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

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

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

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

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

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