#3B87BA

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

Shades of Curious Blue #3B87BA

Tints of Curious Blue #3B87BA

Color information

#3B87BA (or 0x3B87BA) is unknown color: approx Curious Blue. HEX triplet: 3B, 87 and BA. RGB value is (59,135,186). Sum of RGB (Red+Green+Blue) = 59+135+186=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B87BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B87BA is #C47845. Grayscale: #757575. Windows color (decimal): -12875846 or 12224315. OLE color: 12224315.

HSL color Cylindrical-coordinate representation of color #3B87BA: hue angle of 204.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B87BA is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB59135186-
CMYK0.680.2700.27
HSL204.09º51.84%48.04%-
HSV(B)204.09º68.28%72.94%-
XYZ19.3321.849.64-
YUV118.09166.3285.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.53%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=15.53%
G=35.53%
B=48.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591351860.680.2700.27204.0951.8448.04
Hex3B87BA441B01Bcc3430
Octal73207272104330333146460
Binary111011100001111011101010001001101101101111001100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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