Html Css Color HEX #3F86BE Curious Blue

📋 copy color: '#3F86BE'

red 63 ◦ green 134 ◦ blue 190

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

Shades of Curious Blue #3F86BE

Tints of Curious Blue #3F86BE

RGB

 RED value IS 63 (25% from 255) = 16.28%

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 16.28%
G = 34.63%
B = 49.1%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F86BE (or 0x3F86BE) is known color: Curious Blue. HEX triplet: 3F, 86 and BE. RGB value is (63,134,190). Sum of RGB (Red+Green+Blue) = 63+134+190=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F86BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F86BE is #C07941. Grayscale: #767676. Windows color (decimal): -12613954 or 12486207. OLE color: 12486207.

HSL color Cylindrical-coordinate representation of color #3F86BE: hue angle of 206.46º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F86BE is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 134 190 -
CMYK 0.67 0.29 0 0.25
HSL 206.46º 0.5% 0.5% -
HSV(B) 206.46º 0.67% 0.75% -
XYZ 19.87 21.82 51.88 -
YUV 119.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 63 134 190 0.67 0.29 0 0.25 206.46 0.5 0.5
Hex 3F 86 BE 43 1D 0 19 CE 32 32
Octal 77 206 276 103 35 0 31 316 62 62
Binary 111111 10000110 10111110 1000011 11101 0 11001 11001110 110010 110010

Color Harmonies of #3F86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F86BE

Black with #3F86BE

Text Example


Text Example

White with #3F86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,134,190); }

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

background-color css

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

 a { background-color: rgb(63,134,190); }

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

border-color css

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

 span { border-color: rgb(63,134,190); }

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