#2B397F

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

Shades of Resolution Blue #2B397F

Tints of Resolution Blue #2B397F

Color information

#2B397F (or 0x2B397F) is unknown color: approx Resolution Blue. HEX triplet: 2B, 39 and 7F. RGB value is (43,57,127). Sum of RGB (Red+Green+Blue) = 43+57+127=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B397F is #D4C680. Grayscale: #3C3C3C. Windows color (decimal): -13944449 or 8337707. OLE color: 8337707.

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

Color convert

RGB4357127-
CMYK0.660.5500.50
HSL230º49.41%33.33%-
HSV(B)230º66.14%49.8%-
XYZ6.294.9720.71-
YUV60.79165.36115.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 127 (50% from 255) = 55.95%
R=18.94%
G=25.11%
B=55.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43571270.660.5500.5023049.4133.33
Hex2B397F4237032e63121
Octal5371177102670623466141
Binary10101111100111111111000010110111011001011100110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,57,127); }

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

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

 a { background-color: rgb(43,57,127); }

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

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

 span { border-color: rgb(43,57,127); }

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