#2B446E

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

Shades of Resolution Blue #2B446E

Tints of Resolution Blue #2B446E

Color information

#2B446E (or 0x2B446E) is unknown color: approx Resolution Blue. HEX triplet: 2B, 44 and 6E. RGB value is (43,68,110). Sum of RGB (Red+Green+Blue) = 43+68+110=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B446E is #D4BB91. Grayscale: #414141. Windows color (decimal): -13941650 or 7226411. OLE color: 7226411.

HSL color Cylindrical-coordinate representation of color #2B446E: hue angle of 217.61º degrees, saturation: 0.44, 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 #2B446E is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4368110-
CMYK0.610.3800.57
HSL217.61º43.79%30%-
HSV(B)217.61º60.91%43.14%-
XYZ5.885.7715.56-
YUV65.31153.22112.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=19.46%
G=30.77%
B=49.77%

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
Decimal43681100.610.3800.57217.6143.7930
Hex2B446E3D26039da2c1e
Octal5310415675460713325436
Binary1010111000100110111011110110011001110011101101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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