#3184AE

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

Shades of Curious Blue #3184AE

Tints of Curious Blue #3184AE

Color information

#3184AE (or 0x3184AE) is unknown color: approx Curious Blue. HEX triplet: 31, 84 and AE. RGB value is (49,132,174). Sum of RGB (Red+Green+Blue) = 49+132+174=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #3184AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3184AE is #CE7B51. Grayscale: #6F6F6F. Windows color (decimal): -13531986 or 11437105. OLE color: 11437105.

HSL color Cylindrical-coordinate representation of color #3184AE: hue angle of 200.16º 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 #3184AE is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49132174-
CMYK0.720.2400.32
HSL200.16º56.05%43.73%-
HSV(B)200.16º71.84%68.24%-
XYZ17.1620.2143.04-
YUV111.9716383.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.80%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=13.80%
G=37.18%
B=49.01%

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
Decimal491321740.720.2400.32200.1656.0543.73
Hex3184AE4818020c8382c
Octal61204256110300403107054
Binary1100011000010010101110100100011000010000011001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3184AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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