Html Css Color HEX #3B86BE Curious Blue

📋 copy color: '#3B86BE'

red 59 ◦ green 134 ◦ blue 190

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

Shades of Curious Blue #3B86BE

Tints of Curious Blue #3B86BE

RGB

 RED value IS 59 (23.44% from 255) = 15.4%

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

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

R = 15.4%
G = 34.99%
B = 49.61%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B86BE (or 0x3B86BE) is known color: Curious Blue. HEX triplet: 3B, 86 and BE. RGB value is (59,134,190). Sum of RGB (Red+Green+Blue) = 59+134+190=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B86BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B86BE is #C47941. Grayscale: #757575. Windows color (decimal): -12876098 or 12486203. OLE color: 12486203.

HSL color Cylindrical-coordinate representation of color #3B86BE: hue angle of 205.65º degrees, saturation: 0.53, 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 #3B86BE is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 134 190 -
CMYK 0.69 0.29 0 0.25
HSL 205.65º 0.53% 0.49% -
HSV(B) 205.65º 0.69% 0.75% -
XYZ 19.62 21.7 51.87 -
YUV 117.96 168.65 85.95 -
System Red Green Blue C M Y K H S L
Decimal 59 134 190 0.69 0.29 0 0.25 205.65 0.53 0.49
Hex 3B 86 BE 45 1D 0 19 CE 35 31
Octal 73 206 276 105 35 0 31 316 65 61
Binary 111011 10000110 10111110 1000101 11101 0 11001 11001110 110101 110001

Color Harmonies of #3B86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B86BE

Black with #3B86BE

Text Example


Text Example

White with #3B86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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