#3184CD

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

Shades of Curious Blue #3184CD

Tints of Curious Blue #3184CD

Color information

#3184CD (or 0x3184CD) is unknown color: approx Curious Blue. HEX triplet: 31, 84 and CD. RGB value is (49,132,205). Sum of RGB (Red+Green+Blue) = 49+132+205=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #3184CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184CD is #CE7B32. Grayscale: #737373. Windows color (decimal): -13531955 or 13468721. OLE color: 13468721.

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

Color convert

RGB49132205-
CMYK0.760.3600.20
HSL208.08º61.42%49.8%-
HSV(B)208.08º76.1%80.39%-
XYZ20.5421.5660.84-
YUV115.5178.580.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.69%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 205 (80.47% from 255) = 53.11%
R=12.69%
G=34.20%
B=53.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491322050.760.3600.20208.0861.4249.8
Hex3184CD4C24014d03d32
Octal61204315114440243207562
Binary1100011000010011001101100110010010001010011010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3184CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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