#2982AE

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

Shades of Curious Blue #2982AE

Tints of Curious Blue #2982AE

Color information

#2982AE (or 0x2982AE) is unknown color: approx Curious Blue. HEX triplet: 29, 82 and AE. RGB value is (41,130,174). Sum of RGB (Red+Green+Blue) = 41+130+174=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #2982AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2982AE is #D67D51. Grayscale: #6C6C6C. Windows color (decimal): -14056786 or 11436585. OLE color: 11436585.

HSL color Cylindrical-coordinate representation of color #2982AE: hue angle of 199.85º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2982AE is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41130174-
CMYK0.760.2500.32
HSL199.85º61.86%42.16%-
HSV(B)199.85º76.44%68.24%-
XYZ16.5419.4942.94-
YUV108.4165.0179.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.88%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=11.88%
G=37.68%
B=50.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411301740.760.2500.32199.8561.8642.16
Hex2982AE4C19020c83e2a
Octal51202256114310403107652
Binary1010011000001010101110100110011001010000011001000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2982AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2982AE; }

 p { color: rgb(41,130,174); }

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

<style>
 a { background-color: #2982AE; }

 a { background-color: rgb(41,130,174); }

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

<style>
 span { border-color: #2982AE; }

 span { border-color: rgb(41,130,174); }

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