Html Css Color HEX #3886BC Curious Blue

📋 copy color: '#3886BC'

red 56 ◦ green 134 ◦ blue 188

#3886BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3886BC

Tints of Curious Blue #3886BC

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 value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3886BC (or 0x3886BC) is known color: 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

RGB 56 134 188 -
CMYK 0.70 0.29 0 0.26
HSL 204.55º 0.54% 0.48% -
HSV(B) 204.55º 0.7% 0.74% -
XYZ 19.23 21.52 50.72 -
YUV 116.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 56 134 188 0.70 0.29 0 0.26 204.55 0.54 0.48
Hex 38 86 BC 46 1D 0 1A CD 36 30
Octal 70 206 274 106 35 0 32 315 66 60
Binary 111000 10000110 10111100 1000110 11101 0 11010 11001101 110110 110000

Color Harmonies of #3886BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3886BC

Black with #3886BC

Text Example


Text Example

White with #3886BC

Text Example


Text Example

HTML Codes & Css Web 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>