Html Css Color HEX #3686BB Curious Blue

📋 copy color: '#3686BB'

red 54 ◦ green 134 ◦ blue 187

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

Shades of Curious Blue #3686BB

Tints of Curious Blue #3686BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 14.4%
G = 35.73%
B = 49.87%

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

#3686BB (or 0x3686BB) is known color: Curious Blue. HEX triplet: 36, 86 and BB. RGB value is (54,134,187). Sum of RGB (Red+Green+Blue) = 54+134+187=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #3686BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686BB is #C97944. Grayscale: #737373. Windows color (decimal): -13203781 or 12289590. OLE color: 12289590.

HSL color Cylindrical-coordinate representation of color #3686BB: hue angle of 203.91º 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 #3686BB is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 134 187 -
CMYK 0.71 0.28 0 0.27
HSL 203.91º 0.55% 0.47% -
HSV(B) 203.91º 0.71% 0.73% -
XYZ 19.02 21.42 50.15 -
YUV 116.12 168 83.69 -
System Red Green Blue C M Y K H S L
Decimal 54 134 187 0.71 0.28 0 0.27 203.91 0.55 0.47
Hex 36 86 BB 47 1C 0 1B CC 37 2F
Octal 66 206 273 107 34 0 33 314 67 57
Binary 110110 10000110 10111011 1000111 11100 0 11011 11001100 110111 101111

Color Harmonies of #3686BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3686BB

Black with #3686BB

Text Example


Text Example

White with #3686BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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