#2A4185

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

Shades of Resolution Blue #2A4185

Tints of Resolution Blue #2A4185

Color information

#2A4185 (or 0x2A4185) is unknown color: approx Resolution Blue. HEX triplet: 2A, 41 and 85. RGB value is (42,65,133). Sum of RGB (Red+Green+Blue) = 42+65+133=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A4185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4185 is #D5BE7A. Grayscale: #414141. Windows color (decimal): -14007931 or 8732970. OLE color: 8732970.

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

Color convert

RGB4265133-
CMYK0.680.5100.48
HSL224.84º52%34.31%-
HSV(B)224.84º68.42%52.16%-
XYZ7.085.9722.97-
YUV65.88165.88110.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=17.5%
G=27.08%
B=55.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42651330.680.5100.48224.845234.31
Hex2A41854433030e13422
Octal52101205104630603416442
Binary1010101000001100001011000100110011011000011100001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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