#2B417C

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

Shades of Resolution Blue #2B417C

Tints of Resolution Blue #2B417C

Color information

#2B417C (or 0x2B417C) is unknown color: approx Resolution Blue. HEX triplet: 2B, 41 and 7C. RGB value is (43,65,124). Sum of RGB (Red+Green+Blue) = 43+65+124=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B417C is #D4BE83. Grayscale: #404040. Windows color (decimal): -13942404 or 8143147. OLE color: 8143147.

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

Color convert

RGB4365124-
CMYK0.650.4800.51
HSL223.7º48.5%32.75%-
HSV(B)223.7º65.32%48.63%-
XYZ6.525.7519.83-
YUV65.15161.21112.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.53%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=18.53%
G=28.02%
B=53.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43651240.650.4800.51223.748.532.75
Hex2B417C4130033e03121
Octal53101174101600633406141
Binary101011100000111111001000001110000011001111100000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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