#2B4083

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

Shades of Resolution Blue #2B4083

Tints of Resolution Blue #2B4083

Color information

#2B4083 (or 0x2B4083) is unknown color: approx Resolution Blue. HEX triplet: 2B, 40 and 83. RGB value is (43,64,131). Sum of RGB (Red+Green+Blue) = 43+64+131=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B4083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4083 is #D4BF7C. Grayscale: #414141. Windows color (decimal): -13942653 or 8601643. OLE color: 8601643.

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

Color convert

RGB4364131-
CMYK0.670.5100.49
HSL225.68º50.57%34.12%-
HSV(B)225.68º67.18%51.37%-
XYZ6.935.8222.23-
YUV65.36165.04112.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 131 (51.56% from 255) = 55.04%
R=18.07%
G=26.89%
B=55.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43641310.670.5100.49225.6850.5734.12
Hex2B40834333031e23322
Octal53100203103630613426342
Binary1010111000000100000111000011110011011000111100010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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