#2B4085

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

Shades of Resolution Blue #2B4085

Tints of Resolution Blue #2B4085

Color information

#2B4085 (or 0x2B4085) is unknown color: approx Resolution Blue. HEX triplet: 2B, 40 and 85. RGB value is (43,64,133). Sum of RGB (Red+Green+Blue) = 43+64+133=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B4085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4085 is #D4BF7A. Grayscale: #414141. Windows color (decimal): -13942651 or 8732715. OLE color: 8732715.

HSL color Cylindrical-coordinate representation of color #2B4085: hue angle of 226º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B4085 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4364133-
CMYK0.680.5200.48
HSL226º51.14%34.51%-
HSV(B)226º67.67%52.16%-
XYZ7.065.8722.95-
YUV65.59166.04111.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=17.92%
G=26.67%
B=55.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43641330.680.5200.4822651.1434.51
Hex2B40854434030e23323
Octal53100205104640603426343
Binary1010111000000100001011000100110100011000011100010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,133); }

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

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

 a { background-color: rgb(43,64,133); }

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

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

 span { border-color: rgb(43,64,133); }

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