#2D3770

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

Shades of Resolution Blue #2D3770

Tints of Resolution Blue #2D3770

Color information

#2D3770 (or 0x2D3770) is unknown color: approx Resolution Blue. HEX triplet: 2D, 37 and 70. RGB value is (45,55,112). Sum of RGB (Red+Green+Blue) = 45+55+112=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3770 is #D2C88F. Grayscale: #3A3A3A. Windows color (decimal): -13813904 or 7354157. OLE color: 7354157.

HSL color Cylindrical-coordinate representation of color #2D3770: hue angle of 231.04º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D3770 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4555112-
CMYK0.600.5100.56
HSL231.04º42.68%30.78%-
HSV(B)231.04º59.82%43.92%-
XYZ5.374.4615.91-
YUV58.51158.19118.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.23%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=21.23%
G=25.94%
B=52.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45551120.600.5100.56231.0442.6830.78
Hex2D37703C33038e72b1f
Octal556716074630703475337
Binary101101110111111000011110011001101110001110011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,112); }

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

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

 a { background-color: rgb(45,55,112); }

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

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

 span { border-color: rgb(45,55,112); }

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