#3573BB

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

Shades of Curious Blue #3573BB

Tints of Curious Blue #3573BB

Color information

#3573BB (or 0x3573BB) is unknown color: approx Curious Blue. HEX triplet: 35, 73 and BB. RGB value is (53,115,187). Sum of RGB (Red+Green+Blue) = 53+115+187=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3573BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573BB is #CA8C44. Grayscale: #686868. Windows color (decimal): -13274181 or 12284725. OLE color: 12284725.

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

Color convert

RGB53115187-
CMYK0.720.3900.27
HSL212.24º55.83%47.06%-
HSV(B)212.24º71.66%73.33%-
XYZ16.5716.6149.35-
YUV104.67174.4691.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.93%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=14.93%
G=32.39%
B=52.68%

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
Decimal531151870.720.3900.27212.2455.8347.06
Hex3573BB482701Bd4382f
Octal65163273110470333247057
Binary110101111001110111011100100010011101101111010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3573BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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