#2B4477

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

Shades of Resolution Blue #2B4477

Tints of Resolution Blue #2B4477

Color information

#2B4477 (or 0x2B4477) is unknown color: approx Resolution Blue. HEX triplet: 2B, 44 and 77. RGB value is (43,68,119). Sum of RGB (Red+Green+Blue) = 43+68+119=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B4477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4477 is #D4BB88. Grayscale: #424242. Windows color (decimal): -13941641 or 7816235. OLE color: 7816235.

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

Color convert

RGB4368119-
CMYK0.640.4300.53
HSL220.26º46.91%31.76%-
HSV(B)220.26º63.87%46.67%-
XYZ6.395.9818.27-
YUV66.34157.72111.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=18.70%
G=29.57%
B=51.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43681190.640.4300.53220.2646.9131.76
Hex2B4477402B035dc2f20
Octal53104167100530653345740
Binary101011100010011101111000000101011011010111011100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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