#3887ba

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

Shades of Curious Blue #3887BA

Tints of Curious Blue #3887BA

Color information

#3887BA (or 0x3887BA) is unknown color: approx Curious Blue. HEX triplet: 38, 87 and BA. RGB value is (56,135,186). Sum of RGB (Red+Green+Blue) = 56+135+186=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #3887BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3887BA is #C77845. Grayscale: #747474. Windows color (decimal): -13072454 or 12224312. OLE color: 12224312.

HSL color Cylindrical-coordinate representation of color #3887BA: hue angle of 203.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3887BA is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56135186-
CMYK0.700.2700.27
HSL203.54º53.72%47.45%-
HSV(B)203.54º69.89%72.94%-
XYZ19.1621.7149.64-
YUV117.19166.8384.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.85%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=14.85%
G=35.81%
B=49.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561351860.700.2700.27203.5453.7247.45
Hex3887BA461B01Bcc362f
Octal70207272106330333146657
Binary111000100001111011101010001101101101101111001100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3887ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3887ba; }

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

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

<style>
 a { background-color: #3887ba; }

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

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

<style>
 span { border-color: #3887ba; }

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

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