#3B87C8

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

Shades of Curious Blue #3B87C8

Tints of Curious Blue #3B87C8

Color information

#3B87C8 (or 0x3B87C8) is unknown color: approx Curious Blue. HEX triplet: 3B, 87 and C8. RGB value is (59,135,200). Sum of RGB (Red+Green+Blue) = 59+135+200=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #3B87C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B87C8 is #C47837. Grayscale: #777777. Windows color (decimal): -12875832 or 13141819. OLE color: 13141819.

HSL color Cylindrical-coordinate representation of color #3B87C8: hue angle of 207.66º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B87C8 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB59135200-
CMYK0.700.3200.22
HSL207.66º56.18%50.78%-
HSV(B)207.66º70.5%78.43%-
XYZ20.8922.4357.87-
YUV119.69173.3284.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.97%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 200 (78.52% from 255) = 50.76%
R=14.97%
G=34.26%
B=50.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal591352000.700.3200.22207.6656.1850.78
Hex3B87C84620016d03833
Octal73207310106400263207063
Binary1110111000011111001000100011010000001011011010000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B87C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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