#2B3A8D

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

Shades of Resolution Blue #2B3A8D

Tints of Resolution Blue #2B3A8D

Color information

#2B3A8D (or 0x2B3A8D) is unknown color: approx Resolution Blue. HEX triplet: 2B, 3A and 8D. RGB value is (43,58,141). Sum of RGB (Red+Green+Blue) = 43+58+141=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B3A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A8D is #D4C572. Grayscale: #3E3E3E. Windows color (decimal): -13944179 or 9255467. OLE color: 9255467.

HSL color Cylindrical-coordinate representation of color #2B3A8D: hue angle of 230.82º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3A8D is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4358141-
CMYK0.700.5900.45
HSL230.82º53.26%36.08%-
HSV(B)230.82º69.5%55.29%-
XYZ7.325.4625.87-
YUV62.98172.03113.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.77%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 141 (55.47% from 255) = 58.26%
R=17.77%
G=23.97%
B=58.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43581410.700.5900.45230.8253.2636.08
Hex2B3A8D463B02De73524
Octal5372215106730553476544
Binary101011111010100011011000110111011010110111100111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,141); }

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

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

 a { background-color: rgb(43,58,141); }

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

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

 span { border-color: rgb(43,58,141); }

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