#2B387B

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

Shades of Resolution Blue #2B387B

Tints of Resolution Blue #2B387B

Color information

#2B387B (or 0x2B387B) is unknown color: approx Resolution Blue. HEX triplet: 2B, 38 and 7B. RGB value is (43,56,123). Sum of RGB (Red+Green+Blue) = 43+56+123=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B387B is #D4C784. Grayscale: #3B3B3B. Windows color (decimal): -13944709 or 8075307. OLE color: 8075307.

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

Color convert

RGB4356123-
CMYK0.650.5400.52
HSL230.25º48.19%32.55%-
HSV(B)230.25º65.04%48.24%-
XYZ5.994.7719.34-
YUV59.75163.69116.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=19.37%
G=25.23%
B=55.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43561230.650.5400.52230.2548.1932.55
Hex2B387B4136034e63021
Octal5370173101660643466041
Binary10101111100011110111000001110110011010011100110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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