#3471BE

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

Shades of Curious Blue #3471BE

Tints of Curious Blue #3471BE

Color information

#3471BE (or 0x3471BE) is unknown color: approx Curious Blue. HEX triplet: 34, 71 and BE. RGB value is (52,113,190). Sum of RGB (Red+Green+Blue) = 52+113+190=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #3471BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471BE is #CB8E41. Grayscale: #676767. Windows color (decimal): -13340226 or 12480820. OLE color: 12480820.

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

Color convert

RGB52113190-
CMYK0.730.4100.25
HSL213.48º57.02%47.45%-
HSV(B)213.48º72.63%74.51%-
XYZ16.6216.2650.98-
YUV103.54176.7991.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=14.65%
G=31.83%
B=53.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521131900.730.4100.25213.4857.0247.45
Hex3471BE4929019d5392f
Octal64161276111510313257157
Binary110100111000110111110100100110100101100111010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3471BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3471BE; }

 p { color: rgb(52,113,190); }

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

<style>
 a { background-color: #3471BE; }

 a { background-color: rgb(52,113,190); }

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

<style>
 span { border-color: #3471BE; }

 span { border-color: rgb(52,113,190); }

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