#3575BC

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

Shades of Curious Blue #3575BC

Tints of Curious Blue #3575BC

Color information

#3575BC (or 0x3575BC) is unknown color: approx Curious Blue. HEX triplet: 35, 75 and BC. RGB value is (53,117,188). Sum of RGB (Red+Green+Blue) = 53+117+188=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #3575BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575BC is #CA8A43. Grayscale: #696969. Windows color (decimal): -13273668 or 12350773. OLE color: 12350773.

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

Color convert

RGB53117188-
CMYK0.720.3800.26
HSL211.56º56.02%47.25%-
HSV(B)211.56º71.81%73.73%-
XYZ16.9117.1149.99-
YUV105.96174.390.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=14.80%
G=32.68%
B=52.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531171880.720.3800.26211.5656.0247.25
Hex3575BC482601Ad4382f
Octal65165274110460323247057
Binary110101111010110111100100100010011001101011010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3575BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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