#2983BA

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

Shades of Curious Blue #2983BA

Tints of Curious Blue #2983BA

Color information

#2983BA (or 0x2983BA) is unknown color: approx Curious Blue. HEX triplet: 29, 83 and BA. RGB value is (41,131,186). Sum of RGB (Red+Green+Blue) = 41+131+186=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #2983BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983BA is #D67C45. Grayscale: #6E6E6E. Windows color (decimal): -14056518 or 12223273. OLE color: 12223273.

HSL color Cylindrical-coordinate representation of color #2983BA: hue angle of 202.76º 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 #2983BA is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB41131186-
CMYK0.780.3000.27
HSL202.76º63.88%44.51%-
HSV(B)202.76º77.96%72.94%-
XYZ17.8920.2549.42-
YUV110.36170.6878.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.45%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=11.45%
G=36.59%
B=51.96%

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
Decimal411311860.780.3000.27202.7663.8844.51
Hex2983BA4E1E01Bcb402d
Octal512032721163603331310055
Binary1010011000001110111010100111011110011011110010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2983BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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