Html Css Color HEX #3686BA Curious Blue

📋 copy color: '#3686BA'

red 54 ◦ green 134 ◦ blue 186

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

Shades of Curious Blue #3686BA

Tints of Curious Blue #3686BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 14.44%
G = 35.83%
B = 49.73%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3686BA (or 0x3686BA) is known color: Curious Blue. HEX triplet: 36, 86 and BA. RGB value is (54,134,186). Sum of RGB (Red+Green+Blue) = 54+134+186=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3686BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686BA is #C97945. Grayscale: #737373. Windows color (decimal): -13203782 or 12224054. OLE color: 12224054.

HSL color Cylindrical-coordinate representation of color #3686BA: hue angle of 203.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3686BA is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 134 186 -
CMYK 0.71 0.28 0 0.27
HSL 203.64º 0.55% 0.47% -
HSV(B) 203.64º 0.71% 0.73% -
XYZ 18.91 21.38 49.58 -
YUV 116.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 54 134 186 0.71 0.28 0 0.27 203.64 0.55 0.47
Hex 36 86 BA 47 1C 0 1B CC 37 2F
Octal 66 206 272 107 34 0 33 314 67 57
Binary 110110 10000110 10111010 1000111 11100 0 11011 11001100 110111 101111

Color Harmonies of #3686BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3686BA

Black with #3686BA

Text Example


Text Example

White with #3686BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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