#2b87ba

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

Shades of Curious Blue #2B87BA

Tints of Curious Blue #2B87BA

Color information

#2B87BA (or 0x2B87BA) is unknown color: approx Curious Blue. HEX triplet: 2B, 87 and BA. RGB value is (43,135,186). Sum of RGB (Red+Green+Blue) = 43+135+186=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B87BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B87BA is #D47845. Grayscale: #717171. Windows color (decimal): -13924422 or 12224299. OLE color: 12224299.

HSL color Cylindrical-coordinate representation of color #2B87BA: hue angle of 201.4º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B87BA is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43135186-
CMYK0.770.2700.27
HSL201.4º62.45%44.9%-
HSV(B)201.4º76.88%72.94%-
XYZ18.5221.3949.61-
YUV113.31169.0277.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.81%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=11.81%
G=37.09%
B=51.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431351860.770.2700.27201.462.4544.9
Hex2B87BA4D1B01Bc93e2d
Octal53207272115330333117655
Binary101011100001111011101010011011101101101111001001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b87ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,186); }

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

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

 a { background-color: rgb(43,135,186); }

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

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

 span { border-color: rgb(43,135,186); }

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