#2A407A

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

Shades of Resolution Blue #2A407A

Tints of Resolution Blue #2A407A

Color information

#2A407A (or 0x2A407A) is unknown color: approx Resolution Blue. HEX triplet: 2A, 40 and 7A. RGB value is (42,64,122). Sum of RGB (Red+Green+Blue) = 42+64+122=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A407A is #D5BF85. Grayscale: #3F3F3F. Windows color (decimal): -14008198 or 8011818. OLE color: 8011818.

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

Color convert

RGB4264122-
CMYK0.660.4800.52
HSL223.5º48.78%32.16%-
HSV(B)223.5º65.57%47.84%-
XYZ6.35.5619.15-
YUV64.03160.71112.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=18.42%
G=28.07%
B=53.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42641220.660.4800.52223.548.7832.16
Hex2A407A4230034e03120
Octal52100172102600643406140
Binary101010100000011110101000010110000011010011100000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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