#2A346E

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

Shades of Resolution Blue #2A346E

Tints of Resolution Blue #2A346E

Color information

#2A346E (or 0x2A346E) is unknown color: approx Resolution Blue. HEX triplet: 2A, 34 and 6E. RGB value is (42,52,110). Sum of RGB (Red+Green+Blue) = 42+52+110=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A346E is #D5CB91. Grayscale: #373737. Windows color (decimal): -14011282 or 7222314. OLE color: 7222314.

HSL color Cylindrical-coordinate representation of color #2A346E: hue angle of 231.18º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A346E is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4252110-
CMYK0.620.5300.57
HSL231.18º44.74%29.8%-
HSV(B)231.18º61.82%43.14%-
XYZ54.0715.27-
YUV55.62158.69118.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=20.59%
G=25.49%
B=53.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42521100.620.5300.57231.1844.7429.8
Hex2A346E3E35039e72d1e
Octal526415676650713475536
Binary101010110100110111011111011010101110011110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,52,110); }

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

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

 a { background-color: rgb(42,52,110); }

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

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

 span { border-color: rgb(42,52,110); }

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