#3180BA

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

Shades of Curious Blue #3180BA

Tints of Curious Blue #3180BA

Color information

#3180BA (or 0x3180BA) is unknown color: approx Curious Blue. HEX triplet: 31, 80 and BA. RGB value is (49,128,186). Sum of RGB (Red+Green+Blue) = 49+128+186=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #3180BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3180BA is #CE7F45. Grayscale: #6E6E6E. Windows color (decimal): -13532998 or 12222513. OLE color: 12222513.

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

Color convert

RGB49128186-
CMYK0.740.3100.27
HSL205.4º58.3%46.08%-
HSV(B)205.4º73.66%72.94%-
XYZ17.8519.6449.3-
YUV110.99170.3383.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.50%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=13.50%
G=35.26%
B=51.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491281860.740.3100.27205.458.346.08
Hex3180BA4A1F01Bcd3a2e
Octal61200272112370333157256
Binary110001100000001011101010010101111101101111001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3180BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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