#2B417E

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

Shades of Resolution Blue #2B417E

Tints of Resolution Blue #2B417E

Color information

#2B417E (or 0x2B417E) is unknown color: approx Resolution Blue. HEX triplet: 2B, 41 and 7E. RGB value is (43,65,126). Sum of RGB (Red+Green+Blue) = 43+65+126=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B417E is #D4BE81. Grayscale: #414141. Windows color (decimal): -13942402 or 8274219. OLE color: 8274219.

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

Color convert

RGB4365126-
CMYK0.660.4800.51
HSL224.1º49.11%33.14%-
HSV(B)224.1º65.87%49.41%-
XYZ6.655.820.51-
YUV65.38162.21112.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 126 (49.61% from 255) = 53.85%
R=18.38%
G=27.78%
B=53.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43651260.660.4800.51224.149.1133.14
Hex2B417E4230033e03121
Octal53101176102600633406141
Binary101011100000111111101000010110000011001111100000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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