#2B416F

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

Shades of Resolution Blue #2B416F

Tints of Resolution Blue #2B416F

Color information

#2B416F (or 0x2B416F) is unknown color: approx Resolution Blue. HEX triplet: 2B, 41 and 6F. RGB value is (43,65,111). Sum of RGB (Red+Green+Blue) = 43+65+111=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B416F is #D4BE90. Grayscale: #3F3F3F. Windows color (decimal): -13942417 or 7291179. OLE color: 7291179.

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

Color convert

RGB4365111-
CMYK0.610.4100.56
HSL220.59º44.16%30.2%-
HSV(B)220.59º61.26%43.53%-
XYZ5.765.4415.79-
YUV63.67154.71113.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=19.63%
G=29.68%
B=50.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43651110.610.4100.56220.5944.1630.2
Hex2B416F3D29038dd2c1e
Octal5310115775510703355436
Binary1010111000001110111111110110100101110001101110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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