#2A3682

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

Shades of Resolution Blue #2A3682

Tints of Resolution Blue #2A3682

Color information

#2A3682 (or 0x2A3682) is unknown color: approx Resolution Blue. HEX triplet: 2A, 36 and 82. RGB value is (42,54,130). Sum of RGB (Red+Green+Blue) = 42+54+130=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3682 is #D5C97D. Grayscale: #3A3A3A. Windows color (decimal): -14010750 or 8533546. OLE color: 8533546.

HSL color Cylindrical-coordinate representation of color #2A3682: hue angle of 231.82º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A3682 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4254130-
CMYK0.680.5800.49
HSL231.82º51.16%33.73%-
HSV(B)231.82º67.69%50.98%-
XYZ6.34.7421.7-
YUV59.08168.02115.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=18.58%
G=23.89%
B=57.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42541300.680.5800.49231.8251.1633.73
Hex2A3682443A031e83322
Octal5266202104720613506342
Binary101010110110100000101000100111010011000111101000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3682; }

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

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

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

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

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

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

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

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