#2984DA

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

Shades of Curious Blue #2984DA

Tints of Curious Blue #2984DA

Color information

#2984DA (or 0x2984DA) is unknown color: approx Curious Blue. HEX triplet: 29, 84 and DA. RGB value is (41,132,218). Sum of RGB (Red+Green+Blue) = 41+132+218=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #2984DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984DA is #D67B25. Grayscale: #727272. Windows color (decimal): -14056230 or 14320681. OLE color: 14320681.

HSL color Cylindrical-coordinate representation of color #2984DA: hue angle of 209.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2984DA is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41132218-
CMYK0.810.3900.15
HSL209.15º70.52%50.78%-
HSV(B)209.15º81.19%85.49%-
XYZ21.8222.0469.43-
YUV114.6186.3575.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.49%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 218 (85.55% from 255) = 55.75%
R=10.49%
G=33.76%
B=55.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411322180.810.3900.15209.1570.5250.78
Hex2984DA51270Fd14733
Octal512043321214701732110763
Binary1010011000010011011010101000110011101111110100011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2984DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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