Html Css Color HEX #3686CF Curious Blue

📋 copy color: '#3686CF'

red 54 ◦ green 134 ◦ blue 207

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

Shades of Curious Blue #3686CF

Tints of Curious Blue #3686CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 13.67%
G = 33.92%
B = 52.41%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3686CF (or 0x3686CF) is known color: Curious Blue. HEX triplet: 36, 86 and CF. RGB value is (54,134,207). Sum of RGB (Red+Green+Blue) = 54+134+207=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #3686CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686CF is #C97930. Grayscale: #767676. Windows color (decimal): -13203761 or 13600310. OLE color: 13600310.

HSL color Cylindrical-coordinate representation of color #3686CF: hue angle of 208.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3686CF is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 134 207 -
CMYK 0.74 0.35 0 0.19
HSL 208.63º 0.61% 0.51% -
HSV(B) 208.63º 0.74% 0.81% -
XYZ 21.31 22.34 62.22 -
YUV 118.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 54 134 207 0.74 0.35 0 0.19 208.63 0.61 0.51
Hex 36 86 CF 4A 23 0 13 D1 3D 33
Octal 66 206 317 112 43 0 23 321 75 63
Binary 110110 10000110 11001111 1001010 100011 0 10011 11010001 111101 110011

Color Harmonies of #3686CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3686CF

Black with #3686CF

Text Example


Text Example

White with #3686CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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