#3886bc

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

Shades of Curious Blue #3886BC

Tints of Curious Blue #3886BC

Color information

#3886BC (or 0x3886BC) is unknown color: approx Curious Blue. HEX triplet: 38, 86 and BC. RGB value is (56,134,188). Sum of RGB (Red+Green+Blue) = 56+134+188=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #3886BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3886BC is #C77943. Grayscale: #747474. Windows color (decimal): -13072708 or 12355128. OLE color: 12355128.

HSL color Cylindrical-coordinate representation of color #3886BC: hue angle of 204.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3886BC is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB56134188-
CMYK0.700.2900.26
HSL204.55º54.1%47.84%-
HSV(B)204.55º70.21%73.73%-
XYZ19.2321.5250.72-
YUV116.83168.1684.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.81%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=14.81%
G=35.45%
B=49.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561341880.700.2900.26204.5554.147.84
Hex3886BC461D01Acd3630
Octal70206274106350323156660
Binary111000100001101011110010001101110101101011001101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3886bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3886bc; }

 p { color: rgb(56,134,188); }

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

<style>
 a { background-color: #3886bc; }

 a { background-color: rgb(56,134,188); }

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

<style>
 span { border-color: #3886bc; }

 span { border-color: rgb(56,134,188); }

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