#2A447C

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

Shades of Resolution Blue #2A447C

Tints of Resolution Blue #2A447C

Color information

#2A447C (or 0x2A447C) is unknown color: approx Resolution Blue. HEX triplet: 2A, 44 and 7C. RGB value is (42,68,124). Sum of RGB (Red+Green+Blue) = 42+68+124=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A447C is #D5BB83. Grayscale: #424242. Windows color (decimal): -14007172 or 8143914. OLE color: 8143914.

HSL color Cylindrical-coordinate representation of color #2A447C: hue angle of 220.98º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A447C is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4268124-
CMYK0.660.4500.51
HSL220.98º49.4%32.55%-
HSV(B)220.98º66.13%48.63%-
XYZ6.666.0819.89-
YUV66.61160.39110.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=17.95%
G=29.06%
B=52.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42681240.660.4500.51220.9849.432.55
Hex2A447C422D033dd3121
Octal52104174102550633356141
Binary101010100010011111001000010101101011001111011101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,124); }

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

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

 a { background-color: rgb(42,68,124); }

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

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

 span { border-color: rgb(42,68,124); }

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