#2B446D

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

Shades of Resolution Blue #2B446D

Tints of Resolution Blue #2B446D

Color information

#2B446D (or 0x2B446D) is unknown color: approx Resolution Blue. HEX triplet: 2B, 44 and 6D. RGB value is (43,68,109). Sum of RGB (Red+Green+Blue) = 43+68+109=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B446D is #D4BB92. Grayscale: #414141. Windows color (decimal): -13941651 or 7160875. OLE color: 7160875.

HSL color Cylindrical-coordinate representation of color #2B446D: hue angle of 217.27º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B446D is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4368109-
CMYK0.610.3800.57
HSL217.27º43.42%29.8%-
HSV(B)217.27º60.55%42.75%-
XYZ5.825.7515.27-
YUV65.2152.72112.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=19.55%
G=30.91%
B=49.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43681090.610.3800.57217.2743.4229.8
Hex2B446D3D26039d92b1e
Octal5310415575460713315336
Binary1010111000100110110111110110011001110011101100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,109); }

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

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

 a { background-color: rgb(43,68,109); }

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

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

 span { border-color: rgb(43,68,109); }

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