#2984B5

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

Shades of Curious Blue #2984B5

Tints of Curious Blue #2984B5

Color information

#2984B5 (or 0x2984B5) is unknown color: approx Curious Blue. HEX triplet: 29, 84 and B5. RGB value is (41,132,181). Sum of RGB (Red+Green+Blue) = 41+132+181=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #2984B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984B5 is #D67B4A. Grayscale: #6E6E6E. Windows color (decimal): -14056267 or 11895849. OLE color: 11895849.

HSL color Cylindrical-coordinate representation of color #2984B5: hue angle of 201º 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 #2984B5 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41132181-
CMYK0.770.2700.29
HSL201º63.06%43.53%-
HSV(B)201º77.35%70.98%-
XYZ17.5120.3146.71-
YUV110.38167.8578.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.58%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=11.58%
G=37.29%
B=51.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411321810.770.2700.2920163.0643.53
Hex2984B54D1B01Dc93f2c
Octal51204265115330353117754
Binary101001100001001011010110011011101101110111001001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2984B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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