#3191D4

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

Shades of Curious Blue #3191D4

Tints of Curious Blue #3191D4

Color information

#3191D4 (or 0x3191D4) is unknown color: approx Curious Blue. HEX triplet: 31, 91 and D4. RGB value is (49,145,212). Sum of RGB (Red+Green+Blue) = 49+145+212=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #3191D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191D4 is #CE6E2B. Grayscale: #7B7B7B. Windows color (decimal): -13528620 or 13930801. OLE color: 13930801.

HSL color Cylindrical-coordinate representation of color #3191D4: hue angle of 204.66º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3191D4 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB49145212-
CMYK0.770.3200.17
HSL204.66º65.46%51.18%-
HSV(B)204.66º76.89%83.14%-
XYZ23.2825.6666.01-
YUV123.93177.774.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.07%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 212 (83.20% from 255) = 52.22%
R=12.07%
G=35.71%
B=52.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal491452120.770.3200.17204.6665.4651.18
Hex3191D44D20011cd4133
Octal612213241154002131510163
Binary11000110010001110101001001101100000010001110011011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3191D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3191D4; }

 p { color: rgb(49,145,212); }

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

<style>
 a { background-color: #3191D4; }

 a { background-color: rgb(49,145,212); }

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

<style>
 span { border-color: #3191D4; }

 span { border-color: rgb(49,145,212); }

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