#2986BE

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

Shades of Curious Blue #2986BE

Tints of Curious Blue #2986BE

Color information

#2986BE (or 0x2986BE) is unknown color: approx Curious Blue. HEX triplet: 29, 86 and BE. RGB value is (41,134,190). Sum of RGB (Red+Green+Blue) = 41+134+190=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #2986BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2986BE is #D67941. Grayscale: #707070. Windows color (decimal): -14055746 or 12486185. OLE color: 12486185.

HSL color Cylindrical-coordinate representation of color #2986BE: hue angle of 202.55º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2986BE is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41134190-
CMYK0.780.2900.25
HSL202.55º64.5%45.29%-
HSV(B)202.55º78.42%74.51%-
XYZ18.7321.2451.83-
YUV112.58171.6976.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.23%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=11.23%
G=36.71%
B=52.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411341900.780.2900.25202.5564.545.29
Hex2986BE4E1D019cb412d
Octal512062761163503131310155
Binary1010011000011010111110100111011101011001110010111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2986BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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