#3184AD

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

Shades of Curious Blue #3184AD

Tints of Curious Blue #3184AD

Color information

#3184AD (or 0x3184AD) is unknown color: approx Curious Blue. HEX triplet: 31, 84 and AD. RGB value is (49,132,173). Sum of RGB (Red+Green+Blue) = 49+132+173=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #3184AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3184AD is #CE7B52. Grayscale: #6F6F6F. Windows color (decimal): -13531987 or 11371569. OLE color: 11371569.

HSL color Cylindrical-coordinate representation of color #3184AD: hue angle of 199.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3184AD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49132173-
CMYK0.720.2400.32
HSL199.84º55.86%43.53%-
HSV(B)199.84º71.68%67.84%-
XYZ17.0620.1742.53-
YUV111.86162.583.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.84%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=13.84%
G=37.29%
B=48.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491321730.720.2400.32199.8455.8643.53
Hex3184AD4818020c8382c
Octal61204255110300403107054
Binary1100011000010010101101100100011000010000011001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3184AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3184AD; }

 p { color: rgb(49,132,173); }

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

<style>
 a { background-color: #3184AD; }

 a { background-color: rgb(49,132,173); }

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

<style>
 span { border-color: #3184AD; }

 span { border-color: rgb(49,132,173); }

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