Html Css Color HEX #3C86BE Curious Blue

📋 copy color: '#3C86BE'

red 60 ◦ green 134 ◦ blue 190

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

Shades of Curious Blue #3C86BE

Tints of Curious Blue #3C86BE

RGB

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

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

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

R = 15.63%
G = 34.9%
B = 49.48%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C86BE (or 0x3C86BE) is known color: Curious Blue. HEX triplet: 3C, 86 and BE. RGB value is (60,134,190). Sum of RGB (Red+Green+Blue) = 60+134+190=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C86BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C86BE is #C37941. Grayscale: #757575. Windows color (decimal): -12810562 or 12486204. OLE color: 12486204.

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

Color convert

RGB 60 134 190 -
CMYK 0.68 0.29 0 0.25
HSL 205.85º 0.52% 0.49% -
HSV(B) 205.85º 0.68% 0.75% -
XYZ 19.68 21.73 51.87 -
YUV 118.26 168.48 86.45 -
System Red Green Blue C M Y K H S L
Decimal 60 134 190 0.68 0.29 0 0.25 205.85 0.52 0.49
Hex 3C 86 BE 44 1D 0 19 CE 34 31
Octal 74 206 276 104 35 0 31 316 64 61
Binary 111100 10000110 10111110 1000100 11101 0 11001 11001110 110100 110001

Color Harmonies of #3C86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C86BE

Black with #3C86BE

Text Example


Text Example

White with #3C86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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