#3491BF

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

Shades of Curious Blue #3491BF

Tints of Curious Blue #3491BF

Color information

#3491BF (or 0x3491BF) is unknown color: approx Curious Blue. HEX triplet: 34, 91 and BF. RGB value is (52,145,191). Sum of RGB (Red+Green+Blue) = 52+145+191=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #3491BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491BF is #CB6E40. Grayscale: #7A7A7A. Windows color (decimal): -13332033 or 12554548. OLE color: 12554548.

HSL color Cylindrical-coordinate representation of color #3491BF: hue angle of 199.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3491BF is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52145191-
CMYK0.730.2400.25
HSL199.86º57.2%47.65%-
HSV(B)199.86º72.77%74.9%-
XYZ20.9524.7452.96-
YUV122.44166.6977.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.40%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 191 (75% from 255) = 49.23%
R=13.40%
G=37.37%
B=49.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521451910.730.2400.25199.8657.247.65
Hex3491BF4918019c83930
Octal64221277111300313107160
Binary110100100100011011111110010011100001100111001000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3491BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3491BF; }

 p { color: rgb(52,145,191); }

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

<style>
 a { background-color: #3491BF; }

 a { background-color: rgb(52,145,191); }

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

<style>
 span { border-color: #3491BF; }

 span { border-color: rgb(52,145,191); }

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