Html Css Color HEX #3C86BF Curious Blue

📋 copy color: '#3C86BF'

red 60 ◦ green 134 ◦ blue 191

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

Shades of Curious Blue #3C86BF

Tints of Curious Blue #3C86BF

RGB

 RED value IS 60 (23.83% from 255) = 15.58%

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 15.58%
G = 34.81%
B = 49.61%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C86BF (or 0x3C86BF) is known color: Curious Blue. HEX triplet: 3C, 86 and BF. RGB value is (60,134,191). Sum of RGB (Red+Green+Blue) = 60+134+191=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C86BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C86BF is #C37940. Grayscale: #767676. Windows color (decimal): -12810561 or 12551740. OLE color: 12551740.

HSL color Cylindrical-coordinate representation of color #3C86BF: hue angle of 206.11º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C86BF is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 134 191 -
CMYK 0.69 0.30 0 0.25
HSL 206.11º 0.52% 0.49% -
HSV(B) 206.11º 0.69% 0.75% -
XYZ 19.79 21.77 52.45 -
YUV 118.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 60 134 191 0.69 0.30 0 0.25 206.11 0.52 0.49
Hex 3C 86 BF 45 1E 0 19 CE 34 31
Octal 74 206 277 105 36 0 31 316 64 61
Binary 111100 10000110 10111111 1000101 11110 0 11001 11001110 110100 110001

Color Harmonies of #3C86BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C86BF

Black with #3C86BF

Text Example


Text Example

White with #3C86BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,191); }

 H1.HeaderClassName
 {
   color: #3C86BF;
 }
 .AnyTagClassName
 {
   color: #3C86BF;
 }
</style>

background-color css

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

 a { background-color: rgb(60,134,191); }

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

border-color css

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

 span { border-color: rgb(60,134,191); }

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