Html Css Color HEX #3686C1 Curious Blue

📋 copy color: '#3686C1'

red 54 ◦ green 134 ◦ blue 193

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

Shades of Curious Blue #3686C1

Tints of Curious Blue #3686C1

RGB

 RED value IS 54 (21.48% from 255) = 14.17%

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

 BLUE value IS 193 (75.78% from 255) = 50.66%

R = 14.17%
G = 35.17%
B = 50.66%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3686C1 (or 0x3686C1) is known color: Curious Blue. HEX triplet: 36, 86 and C1. RGB value is (54,134,193). Sum of RGB (Red+Green+Blue) = 54+134+193=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #3686C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686C1 is #C9793E. Grayscale: #747474. Windows color (decimal): -13203775 or 12682806. OLE color: 12682806.

HSL color Cylindrical-coordinate representation of color #3686C1: hue angle of 205.47º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3686C1 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 134 193 -
CMYK 0.72 0.31 0 0.24
HSL 205.47º 0.56% 0.48% -
HSV(B) 205.47º 0.72% 0.76% -
XYZ 19.67 21.68 53.6 -
YUV 116.81 171 83.2 -
System Red Green Blue C M Y K H S L
Decimal 54 134 193 0.72 0.31 0 0.24 205.47 0.56 0.48
Hex 36 86 C1 48 1F 0 18 CD 38 30
Octal 66 206 301 110 37 0 30 315 70 60
Binary 110110 10000110 11000001 1001000 11111 0 11000 11001101 111000 110000

Color Harmonies of #3686C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3686C1

Black with #3686C1

Text Example


Text Example

White with #3686C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3686C1; }

 p { color: rgb(54,134,193); }

 H1.HeaderClassName
 {
   color: #3686C1;
 }
 .AnyTagClassName
 {
   color: #3686C1;
 }
</style>

background-color css

<style>
 a { background-color: #3686C1; }

 a { background-color: rgb(54,134,193); }

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

border-color css

<style>
 span { border-color: #3686C1; }

 span { border-color: rgb(54,134,193); }

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