#2B89BC

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

Shades of Curious Blue #2B89BC

Tints of Curious Blue #2B89BC

Color information

#2B89BC (or 0x2B89BC) is unknown color: approx Curious Blue. HEX triplet: 2B, 89 and BC. RGB value is (43,137,188). Sum of RGB (Red+Green+Blue) = 43+137+188=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B89BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B89BC is #D47643. Grayscale: #727272. Windows color (decimal): -13923908 or 12355883. OLE color: 12355883.

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

Color convert

RGB43137188-
CMYK0.770.2700.26
HSL201.1º62.77%45.29%-
HSV(B)201.1º77.13%73.73%-
XYZ19.0222.0450.83-
YUV114.71169.3676.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.68%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=11.68%
G=37.23%
B=51.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal431371880.770.2700.26201.162.7745.29
Hex2B89BC4D1B01Ac93f2d
Octal53211274115330323117755
Binary101011100010011011110010011011101101101011001001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,137,188); }

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

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

 a { background-color: rgb(43,137,188); }

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

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

 span { border-color: rgb(43,137,188); }

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