#2982BD

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

Shades of Curious Blue #2982BD

Tints of Curious Blue #2982BD

Color information

#2982BD (or 0x2982BD) is unknown color: approx Curious Blue. HEX triplet: 29, 82 and BD. RGB value is (41,130,189). Sum of RGB (Red+Green+Blue) = 41+130+189=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #2982BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2982BD is #D67D42. Grayscale: #6D6D6D. Windows color (decimal): -14056771 or 12419625. OLE color: 12419625.

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

Color convert

RGB41130189-
CMYK0.780.3100.26
HSL203.92º64.35%45.1%-
HSV(B)203.92º78.31%74.12%-
XYZ18.0820.1151.07-
YUV110.12172.5178.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.39%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=11.39%
G=36.11%
B=52.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411301890.780.3100.26203.9264.3545.1
Hex2982BD4E1F01Acc402d
Octal512022751163703231410055
Binary1010011000001010111101100111011111011010110011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2982BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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