#283575

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

Shades of Resolution Blue #283575

Tints of Resolution Blue #283575

Color information

#283575 (or 0x283575) is unknown color: approx Resolution Blue. HEX triplet: 28, 35 and 75. RGB value is (40,53,117). Sum of RGB (Red+Green+Blue) = 40+53+117=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #283575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283575 is #D7CA8A. Grayscale: #383838. Windows color (decimal): -14142091 or 7681320. OLE color: 7681320.

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

Color convert

RGB4053117-
CMYK0.660.5500.54
HSL229.87º49.04%30.78%-
HSV(B)229.87º65.81%45.88%-
XYZ5.364.2817.37-
YUV56.41162.19116.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=19.05%
G=25.24%
B=55.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40531170.660.5500.54229.8749.0430.78
Hex2835754237036e6311f
Octal5065165102670663466137
Binary1010001101011110101100001011011101101101110011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283575; }

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

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

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

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

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

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

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

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