#2987BF

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

Shades of Curious Blue #2987BF

Tints of Curious Blue #2987BF

Color information

#2987BF (or 0x2987BF) is unknown color: approx Curious Blue. HEX triplet: 29, 87 and BF. RGB value is (41,135,191). Sum of RGB (Red+Green+Blue) = 41+135+191=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #2987BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2987BF is #D67840. Grayscale: #707070. Windows color (decimal): -14055489 or 12551977. OLE color: 12551977.

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

Color convert

RGB41135191-
CMYK0.790.2900.25
HSL202.4º64.66%45.49%-
HSV(B)202.4º78.53%74.9%-
XYZ18.9821.5652.45-
YUV113.28171.8676.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.17%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 191 (75% from 255) = 52.04%
R=11.17%
G=36.78%
B=52.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411351910.790.2900.25202.464.6645.49
Hex2987BF4F1D019ca412d
Octal512072771173503131210155
Binary1010011000011110111111100111111101011001110010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2987BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2987BF; }

 p { color: rgb(41,135,191); }

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

<style>
 a { background-color: #2987BF; }

 a { background-color: rgb(41,135,191); }

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

<style>
 span { border-color: #2987BF; }

 span { border-color: rgb(41,135,191); }

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