#2b447f

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

Shades of Resolution Blue #2B447F

Tints of Resolution Blue #2B447F

Color information

#2B447F (or 0x2B447F) is unknown color: approx Resolution Blue. HEX triplet: 2B, 44 and 7F. RGB value is (43,68,127). Sum of RGB (Red+Green+Blue) = 43+68+127=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B447F is #D4BB80. Grayscale: #424242. Windows color (decimal): -13941633 or 8340523. OLE color: 8340523.

HSL color Cylindrical-coordinate representation of color #2B447F: hue angle of 222.14º 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 #2B447F is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4368127-
CMYK0.660.4600.50
HSL222.14º49.41%33.33%-
HSV(B)222.14º66.14%49.8%-
XYZ6.896.1820.91-
YUV67.25161.72110.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 127 (50% from 255) = 53.36%
R=18.07%
G=28.57%
B=53.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43681270.660.4600.50222.1449.4133.33
Hex2B447F422E032de3121
Octal53104177102560623366141
Binary101011100010011111111000010101110011001011011110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b447f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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