#2984BE

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

Shades of Curious Blue #2984BE

Tints of Curious Blue #2984BE

Color information

#2984BE (or 0x2984BE) is unknown color: approx Curious Blue. HEX triplet: 29, 84 and BE. RGB value is (41,132,190). Sum of RGB (Red+Green+Blue) = 41+132+190=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #2984BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984BE is #D67B41. Grayscale: #6F6F6F. Windows color (decimal): -14056258 or 12485673. OLE color: 12485673.

HSL color Cylindrical-coordinate representation of color #2984BE: hue angle of 203.36º 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 #2984BE is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41132190-
CMYK0.780.3100.25
HSL203.36º64.5%45.29%-
HSV(B)203.36º78.42%74.51%-
XYZ18.4620.6951.74-
YUV111.4172.3577.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.29%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=11.29%
G=36.36%
B=52.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411321900.780.3100.25203.3664.545.29
Hex2984BE4E1F019cb412d
Octal512042761163703131310155
Binary1010011000010010111110100111011111011001110010111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2984BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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