#2982C8

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

Shades of Curious Blue #2982C8

Tints of Curious Blue #2982C8

Color information

#2982C8 (or 0x2982C8) is unknown color: approx Curious Blue. HEX triplet: 29, 82 and C8. RGB value is (41,130,200). Sum of RGB (Red+Green+Blue) = 41+130+200=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #2982C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2982C8 is #D67D37. Grayscale: #6F6F6F. Windows color (decimal): -14056760 or 13140521. OLE color: 13140521.

HSL color Cylindrical-coordinate representation of color #2982C8: hue angle of 206.42º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2982C8 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB41130200-
CMYK0.800.3500.22
HSL206.42º65.98%47.25%-
HSV(B)206.42º79.5%78.43%-
XYZ19.3220.6157.6-
YUV111.37178.0177.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 200 (78.52% from 255) = 53.91%
R=11.05%
G=35.04%
B=53.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411302000.800.3500.22206.4265.9847.25
Hex2982C85023016ce422f
Octal512023101204302631610257
Binary10100110000010110010001010000100011010110110011101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2982C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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