#283682

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

Shades of Resolution Blue #283682

Tints of Resolution Blue #283682

Color information

#283682 (or 0x283682) is unknown color: approx Resolution Blue. HEX triplet: 28, 36 and 82. RGB value is (40,54,130). Sum of RGB (Red+Green+Blue) = 40+54+130=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #283682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283682 is #D7C97D. Grayscale: #3A3A3A. Windows color (decimal): -14141822 or 8533544. OLE color: 8533544.

HSL color Cylindrical-coordinate representation of color #283682: hue angle of 230.67º 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 #283682 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4054130-
CMYK0.690.5800.49
HSL230.67º52.94%33.33%-
HSV(B)230.67º69.23%50.98%-
XYZ6.224.721.7-
YUV58.48168.36114.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 130 (51.17% from 255) = 58.04%
R=17.86%
G=24.11%
B=58.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40541300.690.5800.49230.6752.9433.33
Hex283682453A031e73521
Octal5066202105720613476541
Binary101000110110100000101000101111010011000111100111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283682; }

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

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

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

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

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

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

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

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