#2A4078

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

Shades of Resolution Blue #2A4078

Tints of Resolution Blue #2A4078

Color information

#2A4078 (or 0x2A4078) is unknown color: approx Resolution Blue. HEX triplet: 2A, 40 and 78. RGB value is (42,64,120). Sum of RGB (Red+Green+Blue) = 42+64+120=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A4078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4078 is #D5BF87. Grayscale: #3F3F3F. Windows color (decimal): -14008200 or 7880746. OLE color: 7880746.

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

Color convert

RGB4264120-
CMYK0.650.4700.53
HSL223.08º48.15%31.76%-
HSV(B)223.08º65%47.06%-
XYZ6.185.5218.51-
YUV63.81159.71112.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=18.58%
G=28.32%
B=53.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42641200.650.4700.53223.0848.1531.76
Hex2A4078412F035df3020
Octal52100170101570653376040
Binary101010100000011110001000001101111011010111011111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,120); }

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

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

 a { background-color: rgb(42,64,120); }

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

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

 span { border-color: rgb(42,64,120); }

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