#2B4276

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

Shades of Resolution Blue #2B4276

Tints of Resolution Blue #2B4276

Color information

#2B4276 (or 0x2B4276) is unknown color: approx Resolution Blue. HEX triplet: 2B, 42 and 76. RGB value is (43,66,118). Sum of RGB (Red+Green+Blue) = 43+66+118=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4276 is #D4BD89. Grayscale: #404040. Windows color (decimal): -13942154 or 7750187. OLE color: 7750187.

HSL color Cylindrical-coordinate representation of color #2B4276: hue angle of 221.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4276 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4366118-
CMYK0.640.4400.54
HSL221.6º46.58%31.57%-
HSV(B)221.6º63.56%46.27%-
XYZ6.215.7217.92-
YUV65.05157.88112.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=18.94%
G=29.07%
B=51.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43661180.640.4400.54221.646.5831.57
Hex2B4276402C036de2f20
Octal53102166100540663365740
Binary101011100001011101101000000101100011011011011110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,118); }

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

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

 a { background-color: rgb(43,66,118); }

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

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

 span { border-color: rgb(43,66,118); }

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