#3180BE

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

Shades of Curious Blue #3180BE

Tints of Curious Blue #3180BE

Color information

#3180BE (or 0x3180BE) is unknown color: approx Curious Blue. HEX triplet: 31, 80 and BE. RGB value is (49,128,190). Sum of RGB (Red+Green+Blue) = 49+128+190=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #3180BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3180BE is #CE7F41. Grayscale: #6F6F6F. Windows color (decimal): -13532994 or 12484657. OLE color: 12484657.

HSL color Cylindrical-coordinate representation of color #3180BE: hue angle of 206.38º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3180BE is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49128190-
CMYK0.740.3300.25
HSL206.38º59%46.86%-
HSV(B)206.38º74.21%74.51%-
XYZ18.2819.8151.58-
YUV111.45172.3383.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.35%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=13.35%
G=34.88%
B=51.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491281900.740.3300.25206.385946.86
Hex3180BE4A21019ce3b2f
Octal61200276112410313167357
Binary1100011000000010111110100101010000101100111001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3180BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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