#2B3B80

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

Shades of Resolution Blue #2B3B80

Tints of Resolution Blue #2B3B80

Color information

#2B3B80 (or 0x2B3B80) is unknown color: approx Resolution Blue. HEX triplet: 2B, 3B and 80. RGB value is (43,59,128). Sum of RGB (Red+Green+Blue) = 43+59+128=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B3B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3B80 is #D4C47F. Grayscale: #3D3D3D. Windows color (decimal): -13943936 or 8403755. OLE color: 8403755.

HSL color Cylindrical-coordinate representation of color #2B3B80: hue angle of 228.71º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B3B80 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4359128-
CMYK0.660.5400.50
HSL228.71º49.71%33.53%-
HSV(B)228.71º66.41%50.2%-
XYZ6.465.221.09-
YUV62.08165.2114.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 59 (23.44% from 255) = 25.65%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=18.70%
G=25.65%
B=55.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43591280.660.5400.50228.7149.7133.53
Hex2B3B804236032e53222
Octal5373200102660623456242
Binary101011111011100000001000010110110011001011100101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,59,128); }

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

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

 a { background-color: rgb(43,59,128); }

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

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

 span { border-color: rgb(43,59,128); }

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