#3185D3

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

Shades of Curious Blue #3185D3

Tints of Curious Blue #3185D3

Color information

#3185D3 (or 0x3185D3) is unknown color: approx Curious Blue. HEX triplet: 31, 85 and D3. RGB value is (49,133,211). Sum of RGB (Red+Green+Blue) = 49+133+211=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #3185D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3185D3 is #CE7A2C. Grayscale: #747474. Windows color (decimal): -13531693 or 13862193. OLE color: 13862193.

HSL color Cylindrical-coordinate representation of color #3185D3: hue angle of 208.89º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3185D3 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB49133211-
CMYK0.770.3700.17
HSL208.89º64.8%50.98%-
HSV(B)208.89º76.78%82.75%-
XYZ21.4122.1364.77-
YUV116.78181.1779.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.47%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 211 (82.81% from 255) = 53.69%
R=12.47%
G=33.84%
B=53.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal491332110.770.3700.17208.8964.850.98
Hex3185D34D25011d14133
Octal612053231154502132110163
Binary11000110000101110100111001101100101010001110100011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3185D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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