#2A3C76

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

Shades of Resolution Blue #2A3C76

Tints of Resolution Blue #2A3C76

Color information

#2A3C76 (or 0x2A3C76) is unknown color: approx Resolution Blue. HEX triplet: 2A, 3C and 76. RGB value is (42,60,118). Sum of RGB (Red+Green+Blue) = 42+60+118=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A3C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3C76 is #D5C389. Grayscale: #3C3C3C. Windows color (decimal): -14009226 or 7748650. OLE color: 7748650.

HSL color Cylindrical-coordinate representation of color #2A3C76: hue angle of 225.79º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A3C76 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4260118-
CMYK0.640.4900.54
HSL225.79º47.5%31.37%-
HSV(B)225.79º64.41%46.27%-
XYZ5.845.0317.8-
YUV61.23160.04114.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=19.09%
G=27.27%
B=53.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42601180.640.4900.54225.7947.531.37
Hex2A3C764031036e2301f
Octal5274166100610663426037
Binary1010101111001110110100000011000101101101110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,60,118); }

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

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

 a { background-color: rgb(42,60,118); }

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

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

 span { border-color: rgb(42,60,118); }

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