#3571BA

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

Shades of Curious Blue #3571BA

Tints of Curious Blue #3571BA

Color information

#3571BA (or 0x3571BA) is unknown color: approx Curious Blue. HEX triplet: 35, 71 and BA. RGB value is (53,113,186). Sum of RGB (Red+Green+Blue) = 53+113+186=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #3571BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571BA is #CA8E45. Grayscale: #676767. Windows color (decimal): -13274694 or 12218677. OLE color: 12218677.

HSL color Cylindrical-coordinate representation of color #3571BA: hue angle of 212.93º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3571BA is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53113186-
CMYK0.720.3900.27
HSL212.93º55.65%46.86%-
HSV(B)212.93º71.51%72.94%-
XYZ16.2416.1148.71-
YUV103.38174.6292.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=15.06%
G=32.10%
B=52.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531131860.720.3900.27212.9355.6546.86
Hex3571BA482701Bd5382f
Octal65161272110470333257057
Binary110101111000110111010100100010011101101111010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3571BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3571BA; }

 p { color: rgb(53,113,186); }

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

<style>
 a { background-color: #3571BA; }

 a { background-color: rgb(53,113,186); }

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

<style>
 span { border-color: #3571BA; }

 span { border-color: rgb(53,113,186); }

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