#283885

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

Shades of Resolution Blue #283885

Tints of Resolution Blue #283885

Color information

#283885 (or 0x283885) is unknown color: approx Resolution Blue. HEX triplet: 28, 38 and 85. RGB value is (40,56,133). Sum of RGB (Red+Green+Blue) = 40+56+133=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #283885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283885 is #D7C77A. Grayscale: #3B3B3B. Windows color (decimal): -14141307 or 8730664. OLE color: 8730664.

HSL color Cylindrical-coordinate representation of color #283885: hue angle of 229.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #283885 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4056133-
CMYK0.700.5800.48
HSL229.68º53.76%33.92%-
HSV(B)229.68º69.92%52.16%-
XYZ6.524.9722.81-
YUV59.99169.2113.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=17.47%
G=24.45%
B=58.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40561330.700.5800.48229.6853.7633.92
Hex283885463A030e63622
Octal5070205106720603466642
Binary101000111000100001011000110111010011000011100110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283885; }

 p { color: rgb(40,56,133); }

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

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

 a { background-color: rgb(40,56,133); }

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

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

 span { border-color: rgb(40,56,133); }

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