#3980BA

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

Shades of Curious Blue #3980BA

Tints of Curious Blue #3980BA

Color information

#3980BA (or 0x3980BA) is unknown color: approx Curious Blue. HEX triplet: 39, 80 and BA. RGB value is (57,128,186). Sum of RGB (Red+Green+Blue) = 57+128+186=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #3980BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980BA is #C67F45. Grayscale: #717171. Windows color (decimal): -13008710 or 12222521. OLE color: 12222521.

HSL color Cylindrical-coordinate representation of color #3980BA: hue angle of 206.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3980BA is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57128186-
CMYK0.690.3100.27
HSL206.98º53.09%47.65%-
HSV(B)206.98º69.35%72.94%-
XYZ18.2719.8549.32-
YUV113.38168.9887.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=15.36%
G=34.50%
B=50.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571281860.690.3100.27206.9853.0947.65
Hex3980BA451F01Bcf3530
Octal71200272105370333176560
Binary111001100000001011101010001011111101101111001111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3980BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,128,186); }

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

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

 a { background-color: rgb(57,128,186); }

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

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

 span { border-color: rgb(57,128,186); }

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