#2B3981

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

Shades of Resolution Blue #2B3981

Tints of Resolution Blue #2B3981

Color information

#2B3981 (or 0x2B3981) is unknown color: approx Resolution Blue. HEX triplet: 2B, 39 and 81. RGB value is (43,57,129). Sum of RGB (Red+Green+Blue) = 43+57+129=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B3981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3981 is #D4C67E. Grayscale: #3C3C3C. Windows color (decimal): -13944447 or 8468779. OLE color: 8468779.

HSL color Cylindrical-coordinate representation of color #2B3981: hue angle of 230.23º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B3981 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4357129-
CMYK0.670.5600.49
HSL230.23º50%33.73%-
HSV(B)230.23º66.67%50.59%-
XYZ6.425.0221.4-
YUV61.02166.36115.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 129 (50.78% from 255) = 56.33%
R=18.78%
G=24.89%
B=56.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43571290.670.5600.49230.235033.73
Hex2B39814338031e63222
Octal5371201103700613466242
Binary101011111001100000011000011111000011000111100110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,57,129); }

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

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

 a { background-color: rgb(43,57,129); }

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

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

 span { border-color: rgb(43,57,129); }

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