#3492BF

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

Shades of Curious Blue #3492BF

Tints of Curious Blue #3492BF

Color information

#3492BF (or 0x3492BF) is unknown color: approx Curious Blue. HEX triplet: 34, 92 and BF. RGB value is (52,146,191). Sum of RGB (Red+Green+Blue) = 52+146+191=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #3492BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3492BF is #CB6D40. Grayscale: #7A7A7A. Windows color (decimal): -13331777 or 12554804. OLE color: 12554804.

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

Color convert

RGB52146191-
CMYK0.730.2400.25
HSL199.42º57.2%47.65%-
HSV(B)199.42º72.77%74.9%-
XYZ21.125.0553.01-
YUV123.02166.3677.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.37%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 191 (75% from 255) = 49.10%
R=13.37%
G=37.53%
B=49.10%

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
Decimal521461910.730.2400.25199.4257.247.65
Hex3492BF4918019c73930
Octal64222277111300313077160
Binary110100100100101011111110010011100001100111000111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3492BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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