#2B416E

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

Shades of Resolution Blue #2B416E

Tints of Resolution Blue #2B416E

Color information

#2B416E (or 0x2B416E) is unknown color: approx Resolution Blue. HEX triplet: 2B, 41 and 6E. RGB value is (43,65,110). Sum of RGB (Red+Green+Blue) = 43+65+110=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B416E is #D4BE91. Grayscale: #3F3F3F. Windows color (decimal): -13942418 or 7225643. OLE color: 7225643.

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

Color convert

RGB4365110-
CMYK0.610.4100.57
HSL220.3º43.79%30%-
HSV(B)220.3º60.91%43.14%-
XYZ5.75.4215.5-
YUV63.55154.21113.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.72%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=19.72%
G=29.82%
B=50.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43651100.610.4100.57220.343.7930
Hex2B416E3D29039dc2c1e
Octal5310115675510713345436
Binary1010111000001110111011110110100101110011101110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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