#2982BE

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

Shades of Curious Blue #2982BE

Tints of Curious Blue #2982BE

Color information

#2982BE (or 0x2982BE) is unknown color: approx Curious Blue. HEX triplet: 29, 82 and BE. RGB value is (41,130,190). Sum of RGB (Red+Green+Blue) = 41+130+190=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #2982BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2982BE is #D67D41. Grayscale: #6D6D6D. Windows color (decimal): -14056770 or 12485161. OLE color: 12485161.

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

Color convert

RGB41130190-
CMYK0.780.3200.25
HSL204.16º64.5%45.29%-
HSV(B)204.16º78.42%74.51%-
XYZ18.1920.1551.65-
YUV110.23173.0178.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.36%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=11.36%
G=36.01%
B=52.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411301900.780.3200.25204.1664.545.29
Hex2982BE4E20019cc412d
Octal512022761164003131410155
Binary10100110000010101111101001110100000011001110011001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2982BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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