#283577

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

Shades of Resolution Blue #283577

Tints of Resolution Blue #283577

Color information

#283577 (or 0x283577) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 77. RGB value is (40,53,119). Sum of RGB (Red+Green+Blue) = 40+53+119=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #283577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283577 is #D7CA88. Grayscale: #383838. Windows color (decimal): -14142089 or 7812392. OLE color: 7812392.

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

Color convert

RGB4053119-
CMYK0.660.5500.53
HSL230.13º49.69%31.18%-
HSV(B)230.13º66.39%46.67%-
XYZ5.484.3318-
YUV56.64163.19116.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=18.87%
G=25%
B=56.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40531190.660.5500.53230.1349.6931.18
Hex2835774237035e6321f
Octal5065167102670653466237
Binary1010001101011110111100001011011101101011110011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283577; }

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

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

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

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

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

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

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

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