#2A3E83

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

Shades of Resolution Blue #2A3E83

Tints of Resolution Blue #2A3E83

Color information

#2A3E83 (or 0x2A3E83) is unknown color: approx Resolution Blue. HEX triplet: 2A, 3E and 83. RGB value is (42,62,131). Sum of RGB (Red+Green+Blue) = 42+62+131=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A3E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3E83 is #D5C17C. Grayscale: #3F3F3F. Windows color (decimal): -14008701 or 8601130. OLE color: 8601130.

HSL color Cylindrical-coordinate representation of color #2A3E83: hue angle of 226.52º 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 #2A3E83 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4262131-
CMYK0.680.5300.49
HSL226.52º51.45%33.92%-
HSV(B)226.52º67.94%51.37%-
XYZ6.775.5822.19-
YUV63.89165.87112.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 131 (51.56% from 255) = 55.74%
R=17.87%
G=26.38%
B=55.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42621310.680.5300.49226.5251.4533.92
Hex2A3E834435031e33322
Octal5276203104650613436342
Binary101010111110100000111000100110101011000111100011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,62,131); }

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

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

 a { background-color: rgb(42,62,131); }

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

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

 span { border-color: rgb(42,62,131); }

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