#3570BB

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

Shades of Curious Blue #3570BB

Tints of Curious Blue #3570BB

Color information

#3570BB (or 0x3570BB) is unknown color: approx Curious Blue. HEX triplet: 35, 70 and BB. RGB value is (53,112,187). Sum of RGB (Red+Green+Blue) = 53+112+187=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #3570BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3570BB is #CA8F44. Grayscale: #666666. Windows color (decimal): -13274949 or 12283957. OLE color: 12283957.

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

Color convert

RGB53112187-
CMYK0.720.4000.27
HSL213.58º55.83%47.06%-
HSV(B)213.58º71.66%73.33%-
XYZ16.2315.9349.23-
YUV102.91175.4592.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=15.06%
G=31.82%
B=53.12%

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
Decimal531121870.720.4000.27213.5855.8347.06
Hex3570BB482801Bd6382f
Octal65160273110500333267057
Binary110101111000010111011100100010100001101111010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3570BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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