#2D457B

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

Shades of Resolution Blue #2D457B

Tints of Resolution Blue #2D457B

Color information

#2D457B (or 0x2D457B) is unknown color: approx Resolution Blue. HEX triplet: 2D, 45 and 7B. RGB value is (45,69,123). Sum of RGB (Red+Green+Blue) = 45+69+123=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D457B is #D2BA84. Grayscale: #434343. Windows color (decimal): -13810309 or 8078637. OLE color: 8078637.

HSL color Cylindrical-coordinate representation of color #2D457B: hue angle of 221.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D457B is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4569123-
CMYK0.630.4400.52
HSL221.54º46.43%32.94%-
HSV(B)221.54º63.41%48.24%-
XYZ6.796.2419.59-
YUV67.98159.05111.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.99%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=18.99%
G=29.11%
B=51.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45691230.630.4400.52221.5446.4332.94
Hex2D457B3F2C034de2e21
Octal5510517377540643365641
Binary10110110001011111011111111101100011010011011110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,123); }

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

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

 a { background-color: rgb(45,69,123); }

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

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

 span { border-color: rgb(45,69,123); }

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