#2A3F85

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

Shades of Resolution Blue #2A3F85

Tints of Resolution Blue #2A3F85

Color information

#2A3F85 (or 0x2A3F85) is unknown color: approx Resolution Blue. HEX triplet: 2A, 3F and 85. RGB value is (42,63,133). Sum of RGB (Red+Green+Blue) = 42+63+133=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A3F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3F85 is #D5C07A. Grayscale: #404040. Windows color (decimal): -14008443 or 8732458. OLE color: 8732458.

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

Color convert

RGB4263133-
CMYK0.680.5300.48
HSL226.15º52%34.31%-
HSV(B)226.15º68.42%52.16%-
XYZ6.975.7422.93-
YUV64.7166.54111.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 133 (52.34% from 255) = 55.88%
R=17.65%
G=26.47%
B=55.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42631330.680.5300.48226.155234.31
Hex2A3F854435030e23422
Octal5277205104650603426442
Binary101010111111100001011000100110101011000011100010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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