#3571BC

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

Shades of Curious Blue #3571BC

Tints of Curious Blue #3571BC

Color information

#3571BC (or 0x3571BC) is unknown color: approx Curious Blue. HEX triplet: 35, 71 and BC. RGB value is (53,113,188). Sum of RGB (Red+Green+Blue) = 53+113+188=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #3571BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571BC is #CA8E43. Grayscale: #676767. Windows color (decimal): -13274692 or 12349749. OLE color: 12349749.

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

Color convert

RGB53113188-
CMYK0.720.4000.26
HSL213.33º56.02%47.25%-
HSV(B)213.33º71.81%73.73%-
XYZ16.4516.249.84-
YUV103.61175.6291.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=14.97%
G=31.92%
B=53.11%

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
Decimal531131880.720.4000.26213.3356.0247.25
Hex3571BC482801Ad5382f
Octal65161274110500323257057
Binary110101111000110111100100100010100001101011010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3571BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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