Html Css Color HEX #3980BA Curious Blue

📋 copy color: '#3980BA'

red 57 ◦ green 128 ◦ blue 186

#3980BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3980BA

Tints of Curious Blue #3980BA

RGB

 RED value IS 57 (22.66% from 255) = 15.36%

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 15.36%
G = 34.5%
B = 50.13%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3980BA (or 0x3980BA) is known color: 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

RGB 57 128 186 -
CMYK 0.69 0.31 0 0.27
HSL 206.98º 0.53% 0.48% -
HSV(B) 206.98º 0.69% 0.73% -
XYZ 18.27 19.85 49.32 -
YUV 113.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 57 128 186 0.69 0.31 0 0.27 206.98 0.53 0.48
Hex 39 80 BA 45 1F 0 1B CF 35 30
Octal 71 200 272 105 37 0 33 317 65 60
Binary 111001 10000000 10111010 1000101 11111 0 11011 11001111 110101 110000

Color Harmonies of #3980BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3980BA

Black with #3980BA

Text Example


Text Example

White with #3980BA

Text Example


Text Example

HTML Codes & Css Web 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>