#2986B5

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

Shades of Curious Blue #2986B5

Tints of Curious Blue #2986B5

Color information

#2986B5 (or 0x2986B5) is unknown color: approx Curious Blue. HEX triplet: 29, 86 and B5. RGB value is (41,134,181). Sum of RGB (Red+Green+Blue) = 41+134+181=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #2986B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2986B5 is #D6794A. Grayscale: #6F6F6F. Windows color (decimal): -14055755 or 11896361. OLE color: 11896361.

HSL color Cylindrical-coordinate representation of color #2986B5: hue angle of 200.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2986B5 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41134181-
CMYK0.770.2600.29
HSL200.14º63.06%43.53%-
HSV(B)200.14º77.35%70.98%-
XYZ17.7820.8646.8-
YUV111.55167.1977.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.52%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 181 (71.09% from 255) = 50.84%
R=11.52%
G=37.64%
B=50.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411341810.770.2600.29200.1463.0643.53
Hex2986B54D1A01Dc83f2c
Octal51206265115320353107754
Binary101001100001101011010110011011101001110111001000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2986B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2986B5; }

 p { color: rgb(41,134,181); }

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

<style>
 a { background-color: #2986B5; }

 a { background-color: rgb(41,134,181); }

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

<style>
 span { border-color: #2986B5; }

 span { border-color: rgb(41,134,181); }

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