#3572BA

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

Shades of Curious Blue #3572BA

Tints of Curious Blue #3572BA

Color information

#3572BA (or 0x3572BA) is unknown color: approx Curious Blue. HEX triplet: 35, 72 and BA. RGB value is (53,114,186). Sum of RGB (Red+Green+Blue) = 53+114+186=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #3572BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3572BA is #CA8D45. Grayscale: #676767. Windows color (decimal): -13274438 or 12218933. OLE color: 12218933.

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

Color convert

RGB53114186-
CMYK0.720.3900.27
HSL212.48º55.65%46.86%-
HSV(B)212.48º71.51%72.94%-
XYZ16.3516.3448.75-
YUV103.97174.2991.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.01%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=15.01%
G=32.29%
B=52.69%

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
Decimal531141860.720.3900.27212.4855.6546.86
Hex3572BA482701Bd4382f
Octal65162272110470333247057
Binary110101111001010111010100100010011101101111010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3572BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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