#3B87D3

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

Shades of Curious Blue #3B87D3

Tints of Curious Blue #3B87D3

Color information

#3B87D3 (or 0x3B87D3) is unknown color: approx Curious Blue. HEX triplet: 3B, 87 and D3. RGB value is (59,135,211). Sum of RGB (Red+Green+Blue) = 59+135+211=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #3B87D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B87D3 is #C4782C. Grayscale: #787878. Windows color (decimal): -12875821 or 13862715. OLE color: 13862715.

HSL color Cylindrical-coordinate representation of color #3B87D3: hue angle of 210º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B87D3 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB59135211-
CMYK0.720.3600.17
HSL210º63.33%52.94%-
HSV(B)210º72.04%82.75%-
XYZ22.2322.9664.89-
YUV120.94178.8283.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.57%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 211 (82.81% from 255) = 52.10%
R=14.57%
G=33.33%
B=52.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal591352110.720.3600.1721063.3352.94
Hex3B87D34824011d23f35
Octal73207323110440213227765
Binary1110111000011111010011100100010010001000111010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B87D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B87D3; }

 p { color: rgb(59,135,211); }

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

<style>
 a { background-color: #3B87D3; }

 a { background-color: rgb(59,135,211); }

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

<style>
 span { border-color: #3B87D3; }

 span { border-color: rgb(59,135,211); }

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