#2B3883

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

Shades of Resolution Blue #2B3883

Tints of Resolution Blue #2B3883

Color information

#2B3883 (or 0x2B3883) is unknown color: approx Resolution Blue. HEX triplet: 2B, 38 and 83. RGB value is (43,56,131). Sum of RGB (Red+Green+Blue) = 43+56+131=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B3883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3883 is #D4C77C. Grayscale: #3C3C3C. Windows color (decimal): -13944701 or 8599595. OLE color: 8599595.

HSL color Cylindrical-coordinate representation of color #2B3883: hue angle of 231.14º degrees, saturation: 0.51, 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 #2B3883 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4356131-
CMYK0.670.5700.49
HSL231.14º50.57%34.12%-
HSV(B)231.14º67.18%51.37%-
XYZ6.514.9822.09-
YUV60.66167.69115.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 131 (51.56% from 255) = 56.96%
R=18.70%
G=24.35%
B=56.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43561310.670.5700.49231.1450.5734.12
Hex2B38834339031e73322
Octal5370203103710613476342
Binary101011111000100000111000011111001011000111100111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,56,131); }

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

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

 a { background-color: rgb(43,56,131); }

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

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

 span { border-color: rgb(43,56,131); }

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