#3181AB

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

Shades of Curious Blue #3181AB

Tints of Curious Blue #3181AB

Color information

#3181AB (or 0x3181AB) is unknown color: approx Curious Blue. HEX triplet: 31, 81 and AB. RGB value is (49,129,171). Sum of RGB (Red+Green+Blue) = 49+129+171=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #3181AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3181AB is #CE7E54. Grayscale: #6D6D6D. Windows color (decimal): -13532757 or 11239729. OLE color: 11239729.

HSL color Cylindrical-coordinate representation of color #3181AB: hue angle of 200.66º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3181AB is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49129171-
CMYK0.710.2500.33
HSL200.66º55.45%43.14%-
HSV(B)200.66º71.35%67.06%-
XYZ16.4719.2941.38-
YUV109.87162.584.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=14.04%
G=36.96%
B=49.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491291710.710.2500.33200.6655.4543.14
Hex3181AB4719021c9372b
Octal61201253107310413116753
Binary1100011000000110101011100011111001010000111001001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3181AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3181AB; }

 p { color: rgb(49,129,171); }

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

<style>
 a { background-color: #3181AB; }

 a { background-color: rgb(49,129,171); }

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

<style>
 span { border-color: #3181AB; }

 span { border-color: rgb(49,129,171); }

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