#2D3A7C

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

Shades of Resolution Blue #2D3A7C

Tints of Resolution Blue #2D3A7C

Color information

#2D3A7C (or 0x2D3A7C) is unknown color: approx Resolution Blue. HEX triplet: 2D, 3A and 7C. RGB value is (45,58,124). Sum of RGB (Red+Green+Blue) = 45+58+124=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D3A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3A7C is #D2C583. Grayscale: #3D3D3D. Windows color (decimal): -13813124 or 8141357. OLE color: 8141357.

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

Color convert

RGB4558124-
CMYK0.640.5300.51
HSL230.13º46.75%33.14%-
HSV(B)230.13º63.71%48.63%-
XYZ6.235.0419.71-
YUV61.64163.19116.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.82%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=19.82%
G=25.55%
B=54.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45581240.640.5300.51230.1346.7533.14
Hex2D3A7C4035033e62f21
Octal5572174100650633465741
Binary10110111101011111001000000110101011001111100110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,58,124); }

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

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

 a { background-color: rgb(45,58,124); }

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

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

 span { border-color: rgb(45,58,124); }

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