#3471BD

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

Shades of Curious Blue #3471BD

Tints of Curious Blue #3471BD

Color information

#3471BD (or 0x3471BD) is unknown color: approx Curious Blue. HEX triplet: 34, 71 and BD. RGB value is (52,113,189). Sum of RGB (Red+Green+Blue) = 52+113+189=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #3471BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471BD is #CB8E42. Grayscale: #676767. Windows color (decimal): -13340227 or 12415284. OLE color: 12415284.

HSL color Cylindrical-coordinate representation of color #3471BD: hue angle of 213.28º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3471BD is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB52113189-
CMYK0.720.4000.26
HSL213.28º56.85%47.25%-
HSV(B)213.28º72.49%74.12%-
XYZ16.5116.2150.4-
YUV103.43176.2991.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=14.69%
G=31.92%
B=53.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521131890.720.4000.26213.2856.8547.25
Hex3471BD482801Ad5392f
Octal64161275110500323257157
Binary110100111000110111101100100010100001101011010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3471BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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