#3490BF

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

Shades of Curious Blue #3490BF

Tints of Curious Blue #3490BF

Color information

#3490BF (or 0x3490BF) is unknown color: approx Curious Blue. HEX triplet: 34, 90 and BF. RGB value is (52,144,191). Sum of RGB (Red+Green+Blue) = 52+144+191=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #3490BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3490BF is #CB6F40. Grayscale: #797979. Windows color (decimal): -13332289 or 12554292. OLE color: 12554292.

HSL color Cylindrical-coordinate representation of color #3490BF: hue angle of 200.29º 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 #3490BF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52144191-
CMYK0.730.2500.25
HSL200.29º57.2%47.65%-
HSV(B)200.29º72.77%74.9%-
XYZ20.7924.4452.91-
YUV121.85167.0278.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.44%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 191 (75% from 255) = 49.35%
R=13.44%
G=37.21%
B=49.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521441910.730.2500.25200.2957.247.65
Hex3490BF4919019c83930
Octal64220277111310313107160
Binary110100100100001011111110010011100101100111001000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3490BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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