#2A3F83

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

Shades of Resolution Blue #2A3F83

Tints of Resolution Blue #2A3F83

Color information

#2A3F83 (or 0x2A3F83) is unknown color: approx Resolution Blue. HEX triplet: 2A, 3F and 83. RGB value is (42,63,131). Sum of RGB (Red+Green+Blue) = 42+63+131=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A3F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3F83 is #D5C07C. Grayscale: #404040. Windows color (decimal): -14008445 or 8601386. OLE color: 8601386.

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

Color convert

RGB4263131-
CMYK0.680.5200.49
HSL225.84º51.45%33.92%-
HSV(B)225.84º67.94%51.37%-
XYZ6.835.6922.21-
YUV64.47165.54111.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.80%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 131 (51.56% from 255) = 55.51%
R=17.80%
G=26.69%
B=55.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42631310.680.5200.49225.8451.4533.92
Hex2A3F834434031e23322
Octal5277203104640613426342
Binary101010111111100000111000100110100011000111100010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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