#2B446F

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

Shades of Resolution Blue #2B446F

Tints of Resolution Blue #2B446F

Color information

#2B446F (or 0x2B446F) is unknown color: approx Resolution Blue. HEX triplet: 2B, 44 and 6F. RGB value is (43,68,111). Sum of RGB (Red+Green+Blue) = 43+68+111=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B446F is #D4BB90. Grayscale: #414141. Windows color (decimal): -13941649 or 7291947. OLE color: 7291947.

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

Color convert

RGB4368111-
CMYK0.610.3900.56
HSL217.94º44.16%30.2%-
HSV(B)217.94º61.26%43.53%-
XYZ5.935.815.84-
YUV65.43153.72112-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 111 (43.75% from 255) = 50%
R=19.37%
G=30.63%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43681110.610.3900.56217.9444.1630.2
Hex2B446F3D27038da2c1e
Octal5310415775470703325436
Binary1010111000100110111111110110011101110001101101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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