#2B387F

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

Shades of Resolution Blue #2B387F

Tints of Resolution Blue #2B387F

Color information

#2B387F (or 0x2B387F) is unknown color: approx Resolution Blue. HEX triplet: 2B, 38 and 7F. RGB value is (43,56,127). Sum of RGB (Red+Green+Blue) = 43+56+127=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B387F is #D4C780. Grayscale: #3B3B3B. Windows color (decimal): -13944705 or 8337451. OLE color: 8337451.

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

Color convert

RGB4356127-
CMYK0.660.5600.50
HSL230.71º49.41%33.33%-
HSV(B)230.71º66.14%49.8%-
XYZ6.244.8720.69-
YUV60.21165.69115.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 127 (50% from 255) = 56.19%
R=19.03%
G=24.78%
B=56.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43561270.660.5600.50230.7149.4133.33
Hex2B387F4238032e73121
Octal5370177102700623476141
Binary10101111100011111111000010111000011001011100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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