#3573BA

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

Shades of Curious Blue #3573BA

Tints of Curious Blue #3573BA

Color information

#3573BA (or 0x3573BA) is unknown color: approx Curious Blue. HEX triplet: 35, 73 and BA. RGB value is (53,115,186). Sum of RGB (Red+Green+Blue) = 53+115+186=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3573BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573BA is #CA8C45. Grayscale: #686868. Windows color (decimal): -13274182 or 12219189. OLE color: 12219189.

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

Color convert

RGB53115186-
CMYK0.720.3800.27
HSL212.03º55.65%46.86%-
HSV(B)212.03º71.51%72.94%-
XYZ16.4616.5648.78-
YUV104.56173.9691.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=14.97%
G=32.49%
B=52.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531151860.720.3800.27212.0355.6546.86
Hex3573BA482601Bd4382f
Octal65163272110460333247057
Binary110101111001110111010100100010011001101111010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3573BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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