#3587BE

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

Shades of Curious Blue #3587BE

Tints of Curious Blue #3587BE

Color information

#3587BE (or 0x3587BE) is unknown color: approx Curious Blue. HEX triplet: 35, 87 and BE. RGB value is (53,135,190). Sum of RGB (Red+Green+Blue) = 53+135+190=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #3587BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3587BE is #CA7841. Grayscale: #747474. Windows color (decimal): -13269058 or 12486453. OLE color: 12486453.

HSL color Cylindrical-coordinate representation of color #3587BE: hue angle of 204.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3587BE is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53135190-
CMYK0.720.2900.25
HSL204.09º56.38%47.65%-
HSV(B)204.09º72.11%74.51%-
XYZ19.4321.851.9-
YUV116.75169.3382.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.02%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=14.02%
G=35.71%
B=50.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531351900.720.2900.25204.0956.3847.65
Hex3587BE481D019cc3830
Octal65207276110350313147060
Binary110101100001111011111010010001110101100111001100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3587BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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