#2B86B3

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

Shades of Curious Blue #2B86B3

Tints of Curious Blue #2B86B3

Color information

#2B86B3 (or 0x2B86B3) is unknown color: approx Curious Blue. HEX triplet: 2B, 86 and B3. RGB value is (43,134,179). Sum of RGB (Red+Green+Blue) = 43+134+179=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B86B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B86B3 is #D4794C. Grayscale: #6F6F6F. Windows color (decimal): -13924685 or 11765291. OLE color: 11765291.

HSL color Cylindrical-coordinate representation of color #2B86B3: hue angle of 199.85º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B86B3 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB43134179-
CMYK0.760.2500.30
HSL199.85º61.26%43.53%-
HSV(B)199.85º75.98%70.2%-
XYZ17.6620.8245.74-
YUV111.92165.8578.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.08%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 179 (70.31% from 255) = 50.28%
R=12.08%
G=37.64%
B=50.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal431341790.760.2500.30199.8561.2643.53
Hex2B86B34C1901Ec83d2c
Octal53206263114310363107554
Binary101011100001101011001110011001100101111011001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B86B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,134,179); }

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

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

 a { background-color: rgb(43,134,179); }

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

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

 span { border-color: rgb(43,134,179); }

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