#2D3979

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

Shades of Resolution Blue #2D3979

Tints of Resolution Blue #2D3979

Color information

#2D3979 (or 0x2D3979) is unknown color: approx Resolution Blue. HEX triplet: 2D, 39 and 79. RGB value is (45,57,121). Sum of RGB (Red+Green+Blue) = 45+57+121=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D3979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3979 is #D2C686. Grayscale: #3C3C3C. Windows color (decimal): -13813383 or 7944493. OLE color: 7944493.

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

Color convert

RGB4557121-
CMYK0.630.5300.53
HSL230.53º45.78%32.55%-
HSV(B)230.53º62.81%47.45%-
XYZ64.8618.71-
YUV60.71162.02116.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=20.18%
G=25.56%
B=54.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45571210.630.5300.53230.5345.7832.55
Hex2D39793F35035e72e21
Octal557117177650653475641
Binary1011011110011111001111111110101011010111100111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,57,121); }

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

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

 a { background-color: rgb(45,57,121); }

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

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

 span { border-color: rgb(45,57,121); }

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