#2B4176

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

Shades of Resolution Blue #2B4176

Tints of Resolution Blue #2B4176

Color information

#2B4176 (or 0x2B4176) is unknown color: approx Resolution Blue. HEX triplet: 2B, 41 and 76. RGB value is (43,65,118). Sum of RGB (Red+Green+Blue) = 43+65+118=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B4176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4176 is #D4BE89. Grayscale: #404040. Windows color (decimal): -13942410 or 7749931. OLE color: 7749931.

HSL color Cylindrical-coordinate representation of color #2B4176: hue angle of 222.4º 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 #2B4176 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4365118-
CMYK0.640.4500.54
HSL222.4º46.58%31.57%-
HSV(B)222.4º63.56%46.27%-
XYZ6.165.617.9-
YUV64.46158.21112.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=19.03%
G=28.76%
B=52.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43651180.640.4500.54222.446.5831.57
Hex2B4176402D036de2f20
Octal53101166100550663365740
Binary101011100000111101101000000101101011011011011110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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