#284082

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

Shades of Resolution Blue #284082

Tints of Resolution Blue #284082

Color information

#284082 (or 0x284082) is unknown color: approx Resolution Blue. HEX triplet: 28, 40 and 82. RGB value is (40,64,130). Sum of RGB (Red+Green+Blue) = 40+64+130=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #284082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284082 is #D7BF7D. Grayscale: #404040. Windows color (decimal): -14139262 or 8536104. OLE color: 8536104.

HSL color Cylindrical-coordinate representation of color #284082: hue angle of 224º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284082 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4064130-
CMYK0.690.5100.49
HSL224º52.94%33.33%-
HSV(B)224º69.23%50.98%-
XYZ6.745.7321.87-
YUV64.35165.05110.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=17.09%
G=27.35%
B=55.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40641300.690.5100.4922452.9433.33
Hex2840824533031e03521
Octal50100202105630613406541
Binary1010001000000100000101000101110011011000111100000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284082; }

 p { color: rgb(40,64,130); }

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

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

 a { background-color: rgb(40,64,130); }

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

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

 span { border-color: rgb(40,64,130); }

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