#3571BB

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

Shades of Curious Blue #3571BB

Tints of Curious Blue #3571BB

Color information

#3571BB (or 0x3571BB) is unknown color: approx Curious Blue. HEX triplet: 35, 71 and BB. RGB value is (53,113,187). Sum of RGB (Red+Green+Blue) = 53+113+187=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #3571BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571BB is #CA8E44. Grayscale: #676767. Windows color (decimal): -13274693 or 12284213. OLE color: 12284213.

HSL color Cylindrical-coordinate representation of color #3571BB: hue angle of 213.13º 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 #3571BB is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53113187-
CMYK0.720.4000.27
HSL213.13º55.83%47.06%-
HSV(B)213.13º71.66%73.33%-
XYZ16.3416.1549.27-
YUV103.5175.1291.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.01%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=15.01%
G=32.01%
B=52.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531131870.720.4000.27213.1355.8347.06
Hex3571BB482801Bd5382f
Octal65161273110500333257057
Binary110101111000110111011100100010100001101111010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3571BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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