#2A3D73

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

Shades of Resolution Blue #2A3D73

Tints of Resolution Blue #2A3D73

Color information

#2A3D73 (or 0x2A3D73) is unknown color: approx Resolution Blue. HEX triplet: 2A, 3D and 73. RGB value is (42,61,115). Sum of RGB (Red+Green+Blue) = 42+61+115=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A3D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3D73 is #D5C28C. Grayscale: #3D3D3D. Windows color (decimal): -14008973 or 7552298. OLE color: 7552298.

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

Color convert

RGB4261115-
CMYK0.630.4700.55
HSL224.38º46.5%30.78%-
HSV(B)224.38º63.48%45.1%-
XYZ5.725.0716.9-
YUV61.47158.21114.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=19.27%
G=27.98%
B=52.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42611150.630.4700.55224.3846.530.78
Hex2A3D733F2F037e02e1f
Octal527516377570673405637
Binary101010111101111001111111110111101101111110000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,61,115); }

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

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

 a { background-color: rgb(42,61,115); }

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

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

 span { border-color: rgb(42,61,115); }

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