#283985

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

Shades of Resolution Blue #283985

Tints of Resolution Blue #283985

Color information

#283985 (or 0x283985) is unknown color: approx Resolution Blue. HEX triplet: 28, 39 and 85. RGB value is (40,57,133). Sum of RGB (Red+Green+Blue) = 40+57+133=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #283985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283985 is #D7C67A. Grayscale: #3C3C3C. Windows color (decimal): -14141051 or 8730920. OLE color: 8730920.

HSL color Cylindrical-coordinate representation of color #283985: hue angle of 229.03º 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 #283985 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4057133-
CMYK0.700.5700.48
HSL229.03º53.76%33.92%-
HSV(B)229.03º69.92%52.16%-
XYZ6.575.0722.82-
YUV60.58168.87113.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=17.39%
G=24.78%
B=57.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40571330.700.5700.48229.0353.7633.92
Hex2839854639030e53622
Octal5071205106710603456642
Binary101000111001100001011000110111001011000011100101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283985; }

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

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

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

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

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

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

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

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