#2D4673

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

Shades of Resolution Blue #2D4673

Tints of Resolution Blue #2D4673

Color information

#2D4673 (or 0x2D4673) is unknown color: approx Resolution Blue. HEX triplet: 2D, 46 and 73. RGB value is (45,70,115). Sum of RGB (Red+Green+Blue) = 45+70+115=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D4673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4673 is #D2B98C. Grayscale: #434343. Windows color (decimal): -13810061 or 7554605. OLE color: 7554605.

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

Color convert

RGB4570115-
CMYK0.610.3900.55
HSL218.57º43.75%31.37%-
HSV(B)218.57º60.87%45.1%-
XYZ6.376.1817.08-
YUV67.66154.72111.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.57%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 115 (45.31% from 255) = 50%
R=19.57%
G=30.43%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45701150.610.3900.55218.5743.7531.37
Hex2D46733D27037db2c1f
Octal5510616375470673335437
Binary1011011000110111001111110110011101101111101101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,70,115); }

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

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

 a { background-color: rgb(45,70,115); }

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

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

 span { border-color: rgb(45,70,115); }

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