#3184CF

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

Shades of Curious Blue #3184CF

Tints of Curious Blue #3184CF

Color information

#3184CF (or 0x3184CF) is unknown color: approx Curious Blue. HEX triplet: 31, 84 and CF. RGB value is (49,132,207). Sum of RGB (Red+Green+Blue) = 49+132+207=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #3184CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184CF is #CE7B30. Grayscale: #737373. Windows color (decimal): -13531953 or 13599793. OLE color: 13599793.

HSL color Cylindrical-coordinate representation of color #3184CF: hue angle of 208.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3184CF is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB49132207-
CMYK0.760.3600.19
HSL208.48º62.2%50.2%-
HSV(B)208.48º76.33%81.18%-
XYZ20.7821.6662.12-
YUV115.73179.580.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.63%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 207 (81.25% from 255) = 53.35%
R=12.63%
G=34.02%
B=53.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal491322070.760.3600.19208.4862.250.2
Hex3184CF4C24013d03e32
Octal61204317114440233207662
Binary1100011000010011001111100110010010001001111010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3184CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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