#2A3B89

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

Shades of Resolution Blue #2A3B89

Tints of Resolution Blue #2A3B89

Color information

#2A3B89 (or 0x2A3B89) is unknown color: approx Resolution Blue. HEX triplet: 2A, 3B and 89. RGB value is (42,59,137). Sum of RGB (Red+Green+Blue) = 42+59+137=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A3B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3B89 is #D5C476. Grayscale: #3E3E3E. Windows color (decimal): -14009463 or 8993578. OLE color: 8993578.

HSL color Cylindrical-coordinate representation of color #2A3B89: hue angle of 229.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A3B89 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4259137-
CMYK0.690.5700.46
HSL229.26º53.07%35.1%-
HSV(B)229.26º69.34%53.73%-
XYZ7.035.4324.34-
YUV62.81169.87113.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 59 (23.44% from 255) = 24.79%
BLUE value IS 137 (53.91% from 255) = 57.56%
R=17.65%
G=24.79%
B=57.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42591370.690.5700.46229.2653.0735.1
Hex2A3B89453902Ee53523
Octal5273211105710563456543
Binary101010111011100010011000101111001010111011100101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,59,137); }

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

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

 a { background-color: rgb(42,59,137); }

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

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

 span { border-color: rgb(42,59,137); }

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