#2982BA

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

Shades of Curious Blue #2982BA

Tints of Curious Blue #2982BA

Color information

#2982BA (or 0x2982BA) is unknown color: approx Curious Blue. HEX triplet: 29, 82 and BA. RGB value is (41,130,186). Sum of RGB (Red+Green+Blue) = 41+130+186=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #2982BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2982BA is #D67D45. Grayscale: #6D6D6D. Windows color (decimal): -14056774 or 12223017. OLE color: 12223017.

HSL color Cylindrical-coordinate representation of color #2982BA: hue angle of 203.17º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2982BA is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB41130186-
CMYK0.780.3000.27
HSL203.17º63.88%44.51%-
HSV(B)203.17º77.96%72.94%-
XYZ17.7619.9849.38-
YUV109.77171.0178.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.48%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=11.48%
G=36.41%
B=52.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411301860.780.3000.27203.1763.8844.51
Hex2982BA4E1E01Bcb402d
Octal512022721163603331310055
Binary1010011000001010111010100111011110011011110010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2982BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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