#2981B5

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

Shades of Curious Blue #2981B5

Tints of Curious Blue #2981B5

Color information

#2981B5 (or 0x2981B5) is unknown color: approx Curious Blue. HEX triplet: 29, 81 and B5. RGB value is (41,129,181). Sum of RGB (Red+Green+Blue) = 41+129+181=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #2981B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2981B5 is #D67E4A. Grayscale: #6C6C6C. Windows color (decimal): -14057035 or 11895081. OLE color: 11895081.

HSL color Cylindrical-coordinate representation of color #2981B5: hue angle of 202.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2981B5 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41129181-
CMYK0.770.2900.29
HSL202.29º63.06%43.53%-
HSV(B)202.29º77.35%70.98%-
XYZ17.1119.5146.58-
YUV108.62168.8579.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.68%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 181 (71.09% from 255) = 51.57%
R=11.68%
G=36.75%
B=51.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411291810.770.2900.29202.2963.0643.53
Hex2981B54D1D01Dca3f2c
Octal51201265115350353127754
Binary101001100000011011010110011011110101110111001010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2981B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2981B5; }

 p { color: rgb(41,129,181); }

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

<style>
 a { background-color: #2981B5; }

 a { background-color: rgb(41,129,181); }

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

<style>
 span { border-color: #2981B5; }

 span { border-color: rgb(41,129,181); }

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