#3185BA

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

Shades of Curious Blue #3185BA

Tints of Curious Blue #3185BA

Color information

#3185BA (or 0x3185BA) is unknown color: approx Curious Blue. HEX triplet: 31, 85 and BA. RGB value is (49,133,186). Sum of RGB (Red+Green+Blue) = 49+133+186=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #3185BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185BA is #CE7A45. Grayscale: #717171. Windows color (decimal): -13531718 or 12223793. OLE color: 12223793.

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

Color convert

RGB49133186-
CMYK0.740.2800.27
HSL203.21º58.3%46.08%-
HSV(B)203.21º73.66%72.94%-
XYZ18.5220.9749.53-
YUV113.93168.6781.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.32%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=13.32%
G=36.14%
B=50.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491331860.740.2800.27203.2158.346.08
Hex3185BA4A1C01Bcb3a2e
Octal61205272112340333137256
Binary110001100001011011101010010101110001101111001011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3185BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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