#3587BA

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

Shades of Curious Blue #3587BA

Tints of Curious Blue #3587BA

Color information

#3587BA (or 0x3587BA) is unknown color: approx Curious Blue. HEX triplet: 35, 87 and BA. RGB value is (53,135,186). Sum of RGB (Red+Green+Blue) = 53+135+186=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3587BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3587BA is #CA7845. Grayscale: #747474. Windows color (decimal): -13269062 or 12224309. OLE color: 12224309.

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

Color convert

RGB53135186-
CMYK0.720.2700.27
HSL203.01º55.65%46.86%-
HSV(B)203.01º71.51%72.94%-
XYZ1921.6349.63-
YUV116.3167.3382.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=14.17%
G=36.10%
B=49.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531351860.720.2700.27203.0155.6546.86
Hex3587BA481B01Bcb382f
Octal65207272110330333137057
Binary110101100001111011101010010001101101101111001011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3587BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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